summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-04-02FS-Cache: The operation cancellation method needs calling in more placesDavid Howells5-40/+52
2015-04-02FS-Cache: Put an aborted initialised op so that it is accounted correctlyDavid Howells2-33/+35
2015-04-02FS-Cache: Fix cancellation of in-progress operationDavid Howells1-0/+7
2015-04-02FS-Cache: Count the number of initialised operationsDavid Howells3-1/+5
2015-04-02FS-Cache: Out of line fscache_operation_init()David Howells1-0/+22
2015-04-02FS-Cache: Permit fscache_cancel_op() to cancel in-progress operations tooDavid Howells3-6/+21
2015-04-02FS-Cache: fscache_object_is_dead() has wrong logic, kill itDavid Howells2-3/+6
2015-04-02FS-Cache: Synchronise object death state change vs operation submissionDavid Howells1-3/+14
2015-04-02FS-Cache: Handle a new operation submitted against a killed objectDavid Howells2-0/+8
2015-04-02FS-Cache: When submitting an op, cancel it if the target object is dyingDavid Howells1-17/+30
2015-04-02FS-Cache: Move fscache_report_unexpected_submission() to make it more availableDavid Howells1-37/+37
2015-02-24FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells5-13/+83
2015-02-18Merge tag 'locks-v3.20-2' of git://git.samba.org/jlayton/linuxLinus Torvalds3-46/+36
2015-02-18Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtdLinus Torvalds2-5/+5
2015-02-17Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-1/+6
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds9-33/+232
2015-02-17Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2-19/+50
2015-02-17Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds3-57/+106
2015-02-17Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-123/+168
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds10-196/+257
2015-02-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds15-202/+173
2015-02-17fs/affs/super.c: fix switch indentationFabian Frederick1-33/+33
2015-02-17fs/affs/inode.c: remove double extern affs_symlink_inode_operationsFabian Frederick1-2/+0
2015-02-17fs/affs/bitmap.c: remove unnecessary returnFabian Frederick1-1/+0
2015-02-17fs/affs/amigaffs.c: remove else after returnFabian Frederick1-2/+1
2015-02-17fs/affs: define AFFSNAMEMAX to replace constant useFabian Frederick5-13/+16
2015-02-17fs/affs: use unsigned int for string lengthsFabian Frederick2-8/+9
2015-02-17fs/affs/super.c: destroy sbi mutex in affs_kill_sb()Fabian Frederick1-0/+1
2015-02-17fs/affs/file.c: fix direct IO writes beyond EOFFabian Frederick1-0/+7
2015-02-17fs/affs/file.c: replace if/BUG by BUG_ONFabian Frederick1-4/+2
2015-02-17fs/affs: fix casting in printed messagesGeert Uytterhoeven5-40/+33
2015-02-17eventfd: don't take the spinlock in eventfd_pollChris Mason1-6/+6
2015-02-17vmcore: fix PT_NOTE n_namesz, n_descsz overflow issueWANG Chao1-4/+4
2015-02-17fs: fat: use MSDOS_SB macro to get msdos_sb_infoFred Chou1-1/+1
2015-02-17fs/reiserfs/inode.c: replace 0 by NULL for pointersFabian Frederick1-1/+1
2015-02-17fs/ufs/super.c: fix potential race conditionFabian Frederick1-4/+0
2015-02-17fs/ufs/super.c: remove unnecessary castingFabian Frederick1-1/+3
2015-02-17fs/coda/dir.c: forward declaration clean-upFabian Frederick1-82/+56
2015-02-17fs/befs/linuxvfs.c: remove unnecessary castingFabian Frederick1-3/+3
2015-02-17Merge branch 'parisc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-307/+0
2015-02-17locks: fix list insertion when lock is split in twoJeff Layton1-0/+1
2015-02-17locks: remove conditional lock release in middle of flock_lock_fileJeff Layton1-10/+0
2015-02-17locks: only remove leases associated with the file being closedJeff Layton1-1/+2
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeDavid Howells1-0/+40
2015-02-17fs/binfmt_som: Drop kernel support for HP-UX SOM binariesHelge Deller3-307/+0
2015-02-16Merge JFFS2 updates from David WoodhouseBrian Norris1-0/+5
2015-02-16ocfs2: set append dio as a ro compat featureJoseph Qi3-2/+31
2015-02-16ocfs2: wait for orphan recovery first once append O_DIRECT write crashJoseph Qi4-0/+43
2015-02-16ocfs2: complete the rest request through buffer ioJoseph Qi1-1/+42
2015-02-16ocfs2: do not fallback to buffer I/O write if appendingJoseph Qi1-1/+4