- 41d28bc switch d_materialise_unique() users to d_splice_alias() by Al Viro · 10 years ago
- b5ae6b1 merge d_materialise_unique() into d_splice_alias() by Al Viro · 10 years ago
- 154e80e4 Merge branch 'for-gfs2' into for-next by Al Viro · 10 years ago
- 427c77d d_add_ci() should just accept a hashed exact match if it finds one by Al Viro · 10 years ago
- 845409b gfs2_atomic_open(): simplify the use of finish_no_open() by Al Viro · 10 years ago
- 81295ce gfs2_create_inode(): don't bother with d_splice_alias() by Al Viro · 10 years ago
- 986cdb8 gfs2: bugger off early if O_CREAT open finds a directory by Al Viro · 10 years ago
- ca5358e deal with deadlock in d_walk() by Al Viro · 10 years ago
- 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
- a740022 new helper: is_root_inode() by Al Viro · 10 years ago
- ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
- 9f2f7d4c ovl: initialize ->is_cursor by Miklos Szeredi · 10 years ago
- b2de525 Return short read or 0 at end of a raw device, not EIO by David Jeffery · 10 years ago
- b0afd8e isofs: don't bother with ->d_op for normal case by Al Viro · 10 years ago
- f643ff5 isofs_cmp(): we'll never see a dentry for . or .. by Al Viro · 10 years ago
- d1b72cc overlayfs: fix lockdep misannotation by Miklos Szeredi · 10 years ago
- c209653 ovl: fix check for cursor by Miklos Szeredi · 10 years ago
- d45f00a overlayfs: barriers for opening upper-layer directory by Al Viro · 10 years ago
- d1e14f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- db6ec21 overlayfs: embed middle into overlay_readdir_data by Al Viro · 10 years ago
- 49be4fb overlayfs: embed root into overlay_readdir_data by Al Viro · 10 years ago
- 68bf861 overlayfs: make ovl_cache_entry->name an array instead of pointer by Al Viro · 10 years ago
- 3d268c9 overlayfs: don't hold ->i_mutex over opening the real directory by Al Viro · 10 years ago
- 1be47b3 Merge branch 'overlayfs.v25' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-linus by Al Viro · 10 years ago
- 51486b900 fix inode leaks on d_splice_alias() failure exits by Al Viro · 10 years ago
- 69c433e fs: limit filesystem stacking depth by Miklos Szeredi · 10 years ago
- f45827e8 overlayfs: implement show_options by Erez Zadok · 10 years ago
- cc25963 overlayfs: add statfs support by Andy Whitcroft · 10 years ago
- e9be9d5 overlay filesystem by Miklos Szeredi · 10 years ago
- cd808de ext4: support RENAME_WHITEOUT by Miklos Szeredi · 10 years ago
- 0d7a855 vfs: add RENAME_WHITEOUT by Miklos Szeredi · 10 years ago
- 787fb6b vfs: add whiteout support by Miklos Szeredi · 10 years ago
- cbdf35b vfs: export check_sticky() by Miklos Szeredi · 10 years ago
- c771d68 vfs: introduce clone_private_mount() by Miklos Szeredi · 10 years ago
- bd5d085 vfs: export __inode_permission() to modules by Miklos Szeredi · 10 years ago
- 1c11859 vfs: export do_splice_direct() to modules by Miklos Szeredi · 10 years ago
- 4aa7c63 vfs: add i_op->dentry_open() by Miklos Szeredi · 10 years ago
- 848a552 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 10 years ago
- c2661b8 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
- aa281ac Boaz Harrosh - Fix broken email address by Boaz Harrosh · 10 years ago
- 9272f2d Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
- e83e432 Merge tag 'dlm-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 10 years ago
- ef161ea1 Merge branch 'for-linus-update' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
- 8ccf863 Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 10 years ago
- 4869447 Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs by Linus Torvalds · 10 years ago
- ead13ae Merge tag 'nfs-for-3.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
- d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
- ff273cb [CIFS] Remove obsolete comment by Steve French · 10 years ago
- d379730 Revert "Btrfs: race free update of commit root for ro snapshots" by Chris Mason · 10 years ago
- 9ffc541 Check minimum response length on query_network_interface by Steve French · 10 years ago
- b5b374e Workaround Mac server problem by Steve French · 10 years ago
- 2baa268 Remap reserved posix characters by default (part 3/3) by Steve French · 10 years ago
- a4153cb Allow conversion of characters in Mac remap range (part 2) by Steve French · 10 years ago
- b693855 Allow conversion of characters in Mac remap range. Part 1 by Steve French · 10 years ago
- c22870e mfsymlinks support for SMB2.1/SMB3. Part 2 query symlink by Steve French · 10 years ago
- 5ab9757 Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlink by Steve French · 10 years ago
- db8b631 Allow mknod and mkfifo on SMB2/SMB3 mounts by Steve French · 10 years ago
- 7332297 add defines for two new file attributes by Steve French · 10 years ago
- 3569b70 NTFS: Bump version to 2.1.31. by Anton Altaparmakov · 10 years ago
- 3f7fc6f NTFS: Add bmap address space operation needed for FIBMAP ioctl. by Anton Altaparmakov · 10 years ago
- ce1bafa NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aops by Anton Altaparmakov · 10 years ago
- d4bf205d pstore: Fix duplicate {console,ftrace}-efi entries by Valdis Kletnieks · 10 years ago
- 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
- 6929c35 Merge tag 'llvmlinux-for-v3.18' of git://git.linuxfoundation.org/llvmlinux/kernel by Linus Torvalds · 10 years ago
- 6b04908 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
- ce9d7f7 Merge branch 'CVE-2014-7970' of git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux by Linus Torvalds · 10 years ago
- 0d08260 mnt: Prevent pivot_root from creating a loop in the mount tree by Eric W. Biederman · 10 years ago
- c07127b dlm: fix missing endian conversion of rcom_status flags by Neale Ferguson · 10 years ago
- 0bc6228 ceph: fix divide-by-zero in __validate_layout() by Yan, Zheng · 10 years ago
- ab6c2c3 ceph: fix bool assignments by Fabian Frederick · 10 years ago
- 14ed970 ceph: additional debugfs output by John Spray · 11 years ago
- a687eca ceph: export ceph_session_state_name function by John Spray · 10 years ago
- b1ee94a ceph: include the initial ACL in create/mkdir/mknod MDS requests by Yan, Zheng · 10 years ago
- 25e6bae ceph: use pagelist to present MDS request data by Yan, Zheng · 10 years ago
- e4339d28 libceph: reference counting pagelist by Yan, Zheng · 10 years ago
- 0abb43d ceph: fix llistxattr on symlink by Yan, Zheng · 10 years ago
- dbd0c8b ceph: send client metadata to MDS by John Spray · 11 years ago
- a4483e8 ceph: remove redundant code for max file size verification by Chao Yu · 10 years ago
- 3b70b388 ceph: remove redundant io_iter_advance() by Yan, Zheng · 10 years ago
- 6cd3bca ceph: move ceph_find_inode() outside the s_mutex by Yan, Zheng · 10 years ago
- 508b32d ceph: request xattrs if xattr_version is zero by Yan, Zheng · 10 years ago
- 03974e8 ceph: make sure request isn't in any waiting list when kicking request. by Yan, Zheng · 11 years ago
- 656e438 ceph: protect kick_requests() with mdsc->mutex by Yan, Zheng · 11 years ago
- 5d23371 ceph: trim unused inodes before reconnecting to recovering MDS by Yan, Zheng · 11 years ago
- e19a8a0 block: Remove REQ_KERNEL by Martin K. Petersen · 10 years ago
- 0458a95 btrfs: LLVMLinux: Remove VLAIS by Vinícius Tinti · 11 years ago
- 1b5a5f5 Merge tag 'fscache-fixes-20141013' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 10 years ago
- b11445f Merge tag 'upstream-3.18-rc1-v2' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
- 813d32f ext4: check s_chksum_driver when looking for bg csum presence by Darrick J. Wong · 10 years ago
- 0ef3a56 Merge branch 'CVE-2014-7975' of git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux by Linus Torvalds · 10 years ago
- 64e45507 mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared by Peter Feiner · 10 years ago
- 9470dd5 fs: check bh blocknr earlier when searching lru by Zach Brown · 10 years ago
- a97df42 isofs: replace strnicmp with strncasecmp by Rasmus Villemoes · 10 years ago
- 2bd6332 ocfs2: replace strnicmp with strncasecmp by Rasmus Villemoes · 10 years ago
- 87e747c cifs: replace strnicmp with strncasecmp by Rasmus Villemoes · 10 years ago
- 76e5121 FS/OMFS: block number sanity check during fill_super operation by Fabian Frederick · 10 years ago
- c70b17b6 fs/affs: remove redundant sys_tz declarations by Fabian Frederick · 10 years ago
- 73516ac fs/affs/file.c: fix shadow warnings by Fabian Frederick · 10 years ago
- 3bc7599 fs/affs/inode.c: remove unused variable by Fabian Frederick · 10 years ago
- 1e907f4 fs/affs/super.c: remove unused variable by Fabian Frederick · 10 years ago