- bbe051c xfs: disallow ro->rw remount on norecovery mount by Eric Sandeen · 10 years ago
- 72c1a73 xfs: xfs_shift_file_space can be static by kbuild test robot · 10 years ago
- a904b1c xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate by Namjae Jeon · 10 years ago
- dd46c78 fs: Add support FALLOC_FL_INSERT_RANGE for fallocate by Namjae Jeon · 10 years ago
- 444a702 xfs: remove deprecated mount options by Eric Sandeen · 10 years ago
- 3790a8c xfs: xfs_alloc_fix_minleft can underflow near ENOSPC by Dave Chinner · 10 years ago
- dd5e712 xfs: remove old and redundant comment in xfs_mount_validate_sb by Wang Sheng-Hui · 10 years ago
- fdadf26 xfs: clarify async write failure ratelimit message by Eric Sandeen · 10 years ago
- 3b9ce79 xfs: log unmount events on console by Eric Sandeen · 10 years ago
- 5fb5aee xfs: pass mp to XFS_WANT_CORRUPTED_RETURN by Eric Sandeen · 10 years ago
- c29aad4 xfs: pass mp to XFS_WANT_CORRUPTED_GOTO by Eric Sandeen · 10 years ago
- 58c9047 xfs: inodes are new until the dentry cache is set up by Dave Chinner · 10 years ago
- feaf2229 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
- be5e661 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 0a28096 autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation by Al Viro · 10 years ago
- 7e0e953 procfs: fix race between symlink removals and traversals by Al Viro · 10 years ago
- 0db59e5 debugfs: leave freeing a symlink body until inode eviction by Al Viro · 10 years ago
- eb6ef3d trylock_super(): replacement for grab_super_passive() by Konstantin Khlebnikov · 10 years ago
- 54f2a2f fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions by David Howells · 10 years ago
- ce40fa7 Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions by David Howells · 10 years ago
- e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
- 44bdb5e VFS: Split DCACHE_FILE_TYPE into regular and special types by David Howells · 10 years ago
- df1a085 VFS: Add a fallthrough flag for marking virtual dentries by David Howells · 10 years ago
- 93aaa83 Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 10 years ago
- 24a52e4 Merge tag 'nfs-for-3.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
- 5fbe4c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- ce7b9fa Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-next by Al Viro · 10 years ago
- fed0b58 posix_acl: fix reference leaks in posix_acl_create by Omar Sandoval · 10 years ago
- 76bf3f6 autofs4: Wrong format for printing dentry by Rasmus Villemoes · 10 years ago
- fcbc32b coredump: Fix typo in comment by Bastien Nocera · 10 years ago
- acd88d4 fs/aio.c: Remove duplicate function name in pr_debug messages by Kinglong Mee · 10 years ago
- 112fc89 configfs: Fix potential NULL d_inode dereference by David Howells · 10 years ago
- db671a8 don't bother with most of the bad_file_ops methods by Al Viro · 10 years ago
- 2b9fb53 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
- 4533f6e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
- a267b0a Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent by Ingo Molnar · 10 years ago
- 4e7c22d x86, mm/ASLR: Fix stack randomization on 64-bit systems by Hector Marco-Gisbert · 10 years ago
- 4d41cef ceph: return error for traceless reply race by Yan, Zheng · 10 years ago
- 5cba372 ceph: fix dentry leaks by Yan, Zheng · 10 years ago
- 3de22be ceph: re-send requests when MDS enters reconnecting stage by Yan, Zheng · 10 years ago
- 2a0b61c ceph: show nocephx_require_signatures and notcp_nodelay options by Ilya Dryomov · 10 years ago
- bf91c31 ceph: fix atomic_open snapdir by Yan, Zheng · 10 years ago
- 2f92b3d ceph: properly mark empty directory as complete by Yan, Zheng · 10 years ago
- a6a5ce4 client: include kernel version in client metadata by Yan, Zheng · 10 years ago
- 38c48b5 ceph: provide seperate {inode,file}_operations for snapdir by Yan, Zheng · 10 years ago
- 1f041a8 ceph: fix request time stamp encoding by Yan, Zheng · 10 years ago
- fcc02d2 ceph: fix reading inline data when i_size > PAGE_SIZE by Yan, Zheng · 10 years ago
- 86d8f67 ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions) by Yan, Zheng · 10 years ago
- c4d4a58 ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps) by Yan, Zheng · 10 years ago
- d3383a8 ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync) by Yan, Zheng · 10 years ago
- 982d601 ceph: improve reference tracking for snaprealm by Yan, Zheng · 10 years ago
- 1487a68 ceph: properly zero data pages for file holes. by Yan, Zheng · 10 years ago
- 671762f ceph: acl: Remove unused function by Rickard Strandqvist · 10 years ago
- 03f4fcb ceph: handle SESSION_FORCE_RO message by Yan, Zheng · 10 years ago
- 71a097c NFSv4.1: Clean up bind_conn_to_session by Trond Myklebust · 10 years ago
- 7e9f073 NFSv4.1: Always set up a forward channel when binding the session by Trond Myklebust · 10 years ago
- b1c0df5 NFSv4.1: Don't set up a backchannel if the server didn't agree to do so by Trond Myklebust · 10 years ago
- 79969dd NFSv4.1: Clean up create_session by Trond Myklebust · 10 years ago
- b2b89eb Merge tag 'locks-v3.20-2' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
- 402521b Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
- 65d2918 Merge branch 'cleanups' by Trond Myklebust · 10 years ago
- 338d00c pnfs: Refactor the *_layout_mark_request_commit to use pnfs_layout_mark_request_commit by Tom Haynes · 10 years ago
- 28444a2 configfs_add_file: fold into its sole caller by Al Viro · 10 years ago
- 1cf97d0 configfs: fold create_dir() into its only caller by Al Viro · 10 years ago
- c88b1e7 configfs: configfs_create() init callback is never NULL and it never fails by Al Viro · 10 years ago
- 533cf7a Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
- 0389115 Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 66dc830 Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 05016b0f Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- c6b1de1 Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 5065296 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- e2b74f2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
- 0445f01 fs/affs/super.c: fix switch indentation by Fabian Frederick · 10 years ago
- 0cdfe18 fs/affs/inode.c: remove double extern affs_symlink_inode_operations by Fabian Frederick · 10 years ago
- 211c2af fs/affs/bitmap.c: remove unnecessary return by Fabian Frederick · 10 years ago
- b4478e3 fs/affs/amigaffs.c: remove else after return by Fabian Frederick · 10 years ago
- f157853 fs/affs: define AFFSNAMEMAX to replace constant use by Fabian Frederick · 10 years ago
- eeb36f8 fs/affs: use unsigned int for string lengths by Fabian Frederick · 10 years ago
- 4d29e57 fs/affs/super.c: destroy sbi mutex in affs_kill_sb() by Fabian Frederick · 10 years ago
- 92b2070 fs/affs/file.c: fix direct IO writes beyond EOF by Fabian Frederick · 10 years ago
- afe305d fs/affs/file.c: replace if/BUG by BUG_ON by Fabian Frederick · 10 years ago
- 08fe100 fs/affs: fix casting in printed messages by Geert Uytterhoeven · 10 years ago
- e22553e eventfd: don't take the spinlock in eventfd_poll by Chris Mason · 10 years ago
- 34b4776 vmcore: fix PT_NOTE n_namesz, n_descsz overflow issue by WANG Chao · 10 years ago
- d6bd428 fs: fat: use MSDOS_SB macro to get msdos_sb_info by Fred Chou · 10 years ago
- 714b71a fs/reiserfs/inode.c: replace 0 by NULL for pointers by Fabian Frederick · 10 years ago
- ed3ad79 fs/ufs/super.c: fix potential race condition by Fabian Frederick · 10 years ago
- 61da3ae fs/ufs/super.c: remove unnecessary casting by Fabian Frederick · 10 years ago
- b625032 fs/coda/dir.c: forward declaration clean-up by Fabian Frederick · 10 years ago
- 111d639 fs/befs/linuxvfs.c: remove unnecessary casting by Fabian Frederick · 10 years ago
- 9cd7737 Merge branch 'parisc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 10 years ago
- 2e2f756f locks: fix list insertion when lock is split in two by Jeff Layton · 10 years ago
- 267f112 locks: remove conditional lock release in middle of flock_lock_file by Jeff Layton · 10 years ago
- c4e136c locks: only remove leases associated with the file being closed by Jeff Layton · 10 years ago
- e59b4e9 debugfs: Provide a file creation function that also takes an initial size by David Howells · 10 years ago
- 35e88d5 fs/binfmt_som: Drop kernel support for HP-UX SOM binaries by Helge Deller · 10 years ago
- eb928d4 Merge JFFS2 updates from David Woodhouse by Brian Norris · 10 years ago
- 160cc26 ocfs2: set append dio as a ro compat feature by Joseph Qi · 10 years ago
- 4813962 ocfs2: wait for orphan recovery first once append O_DIRECT write crash by Joseph Qi · 10 years ago
- 3a83b34 ocfs2: complete the rest request through buffer io by Joseph Qi · 10 years ago