aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-0/+6
2013-09-10fs: convert inode and dentry shrinking to be node awareDave Chinner1-2/+2
2013-09-10dcache: convert to use new lru list infrastructureDave Chinner1-8/+7
2013-09-10inode: convert inode lru list to generic lru list code.Dave Chinner1-4/+2
2013-09-10shrinker: convert superblock shrinkers to new APIDave Chinner1-6/+2
2013-09-10dentry: move to per-sb LRU locksDave Chinner1-1/+3
2013-09-10fs: bump inode and dentry counters to longGlauber Costa1-2/+2
2013-09-10fs: remove vfs_follow_linkChristoph Hellwig1-1/+0
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+1
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+6
2013-09-04direct-io: Implement generic deferred AIO completionsChristoph Hellwig1-2/+5
2013-09-03constify touch_atime()Al Viro1-1/+1
2013-08-26userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman1-0/+1
2013-08-17quota: provide interface for readding allocated space into reserved spaceJan Kara1-0/+1
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2013-07-13fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov1-0/+2
2013-07-09Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-2/+2
2013-07-09page migration: fix wrong comment in address_space_operations.migratepage()Tang Chen1-2/+2
2013-07-09writeback: Do not sort b_io list only because of block device inodeJan Kara1-0/+6
2013-07-08locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to an lglockJeff Layton1-0/+1
2013-07-03mm: vmscan: take page buffers dirty and locked state into accountMel Gorman1-0/+1
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-22/+27
2013-07-03vfs: export lseek_execute() to modulesJie Liu1-0/+1
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+1
2013-06-29locks: add a new "lm_owner_key" lock operationJeff Layton1-0/+1
2013-06-29locks: convert fl_link to a hlist_nodeJeff Layton1-1/+1
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton1-11/+0
2013-06-29locks: comment cleanups and clarificationsJeff Layton1-0/+18
2013-06-29cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton1-5/+0
2013-06-29locks: drop the unused filp argument to posix_unblock_lockJeff Layton1-3/+2
2013-06-29constify rw_verify_area()Al Viro1-1/+0
2013-06-29new helper: fixed_size_llseek()Al Viro1-0/+2
2013-06-29kill find_inode_number()Al Viro1-1/+0
2013-06-29allow the temp files created by open() to be linked toAl Viro1-0/+1
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now...Al Viro1-0/+1
2013-06-29[readdir] constify ->actorAl Viro1-1/+1
2013-06-29[readdir] ->readdir() is goneAl Viro1-1/+0
2013-06-29[readdir] convert ext3Al Viro1-0/+6
2013-06-29[readdir] switch dcache_readdir() users to ->iterate()Al Viro1-7/+32
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro1-0/+9
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro1-0/+4
2013-06-20splice: don't pass the address of ->f_pos to methodsAl Viro1-2/+0
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-1/+1
2013-05-07make blkdev_put() return voidAl Viro1-1/+1
2013-05-04fs: Fix hang with BSD accounting on frozen filesystemJan Kara1-0/+7
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+14
2013-04-30include/linux/fs.h: disable preempt when acquire i_size_seqcount write lockFan Du1-0/+2
2013-04-09pipe: fold file_operations instances in oneAl Viro1-5/+0
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro1-0/+14
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+2