summaryrefslogtreecommitdiff
path: root/scripts/package/buildtar
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/package/buildtar')
0 files changed, 0 insertions, 0 deletions
ernel/commit/fs/file_table.c?h=linux-6.6.y&id=7f4b36f9bb930b3b2105a9a2cb0121fa7028c432'>get rid of files_defer_init()Al Viro 2014-04-01mark struct file that had write access grabbed by open()Al Viro 2014-04-01get rid of DEBUG_WRITECOUNTAl Viro 2014-04-01don't bother with {get,put}_write_access() on non-regular filesAl Viro 2014-03-31locks: rename locks_remove_flock to locks_remove_fileJeff Layton 2014-03-10vfs: atomic f_pos accesses as per POSIXLinus Torvalds 2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2013-11-09get rid of s_files and files_lockAl Viro 2013-10-24file->f_op is never NULL...Al Viro 2013-10-20nfsd regression since delayed fput()Al Viro 2013-09-11fs/file_table.c:fput(): make comment more truthfulAndrew Morton 2013-09-03only regular files with FMODE_WRITE need to be on s_filesAl Viro 2013-07-13fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov 2013-07-13fs/file_table.c:fput(): add commentAndrew Morton 2013-06-29Replace a bunch of file->dentry->d_inode refs with file_inode()David Howells 2013-06-15fput: task_work_add() can fail if the caller has passed exit_task_work()Oleg Nesterov 2013-03-01cache the value of file_inode() in struct fileAl Viro 2013-02-22fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov 2013-02-22propagate error from get_empty_filp() to its callersAl Viro 2013-02-22new helper: file_inode(file)Al Viro 2012-12-20fs: Fix imbalance in freeze protection in mark_files_ro()Jan Kara 2012-10-10lglock: add DEFINE_STATIC_LGLOCK()Lai Jiangshan 2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds 2012-09-26take fget() and friends to fs/file.cAl Viro 2012-09-07vfs: move ima_file_free before releasing the fileMimi Zohar 2012-07-31fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Jan Kara 2012-07-29uninline file_free_rcu()Al Viro 2012-07-22switch fput to task_work_addAl Viro 2012-07-14mark_files_ro(): don't bother with mntget/mntputAl Viro 2012-05-29brlocks/lglocks: API cleanupsAndi Kleen 2012-05-29brlocks/lglocks: turn into functionsAndi Kleen 2012-03-20vfs: drop_file_write_access() made staticAl Viro 2012-01-06vfs: prevent remount read-only if pending removesMiklos Szeredi 2011-07-26atomic: use <linux/atomic.h>Arun Sharma