summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2015-02-13Reset to 3.12.37Scott Wood
2013-12-20vfs: split out vfs_getattr_nosecJ. Bruce Fields
2013-12-08take anon inode allocation to libfs.cAl Viro
2013-09-14Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-09-10fs: convert inode and dentry shrinking to be node awareDave Chinner
2013-09-10dcache: convert to use new lru list infrastructureDave Chinner
2013-09-10inode: convert inode lru list to generic lru list code.Dave Chinner
2013-09-10shrinker: convert superblock shrinkers to new APIDave Chinner
2013-09-10dentry: move to per-sb LRU locksDave Chinner
2013-09-10fs: bump inode and dentry counters to longGlauber Costa
2013-09-10fs: remove vfs_follow_linkChristoph Hellwig
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-09-04direct-io: Implement generic deferred AIO completionsChristoph Hellwig
2013-09-04constify touch_atime()Al Viro
2013-08-27userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman
2013-08-17quota: provide interface for readding allocated space into reserved spaceJan Kara
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-07-13fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov
2013-07-09Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-07-09page migration: fix wrong comment in address_space_operations.migratepage()Tang Chen
2013-07-09writeback: Do not sort b_io list only because of block device inodeJan Kara
2013-07-08locks: move file_lock_list to a set of percpu hlist_heads and convert file_lo...Jeff Layton
2013-07-03mm: vmscan: take page buffers dirty and locked state into accountMel Gorman
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-07-03vfs: export lseek_execute() to modulesJie Liu
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-06-29locks: add a new "lm_owner_key" lock operationJeff Layton
2013-06-29locks: convert fl_link to a hlist_nodeJeff Layton
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton
2013-06-29locks: comment cleanups and clarificationsJeff Layton
2013-06-29cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton
2013-06-29locks: drop the unused filp argument to posix_unblock_lockJeff Layton
2013-06-29constify rw_verify_area()Al Viro
2013-06-29new helper: fixed_size_llseek()Al Viro
2013-06-29kill find_inode_number()Al Viro
2013-06-29allow the temp files created by open() to be linked toAl Viro
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro
2013-06-29[readdir] constify ->actorAl Viro
2013-06-29[readdir] ->readdir() is goneAl Viro
2013-06-29[readdir] convert ext3Al Viro
2013-06-29[readdir] switch dcache_readdir() users to ->iterate()Al Viro
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro
2013-06-20splice: don't pass the address of ->f_pos to methodsAl Viro
2013-05-22mm: change invalidatepage prototype to accept lengthLukas Czerner
2013-05-07make blkdev_put() return voidAl Viro
2013-05-04fs: Fix hang with BSD accounting on frozen filesystemJan Kara
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01include/linux/fs.h: disable preempt when acquire i_size_seqcount write lockFan Du