summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-04-09fs_pin: Allow for the possibility that m_list or s_list go unused.Eric W. Biederman
2015-04-09mnt: Factor umount_mnt from umount_treeEric W. Biederman
2015-04-09mnt: Factor out unhash_mnt from detach_mnt and umount_treeEric W. Biederman
2015-04-09mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman
2015-04-02mnt: Don't propagate unmounts to locked mountsEric W. Biederman
2015-04-02mnt: On an unmount propagate clearing of MNT_LOCKEDEric W. Biederman
2015-04-02mnt: Delay removal from the mount hash.Eric W. Biederman
2015-04-02mnt: Add MNT_UMOUNT flagEric W. Biederman
2015-04-02mnt: In umount_tree reuse mnt_list instead of mnt_hashEric W. Biederman
2015-04-02mnt: Don't propagate umounts in __detach_mountsEric W. Biederman
2015-04-02mnt: Improve the umount_tree flagsEric W. Biederman
2015-04-02mnt: Use hlist_move_list in namespace_unlockEric W. Biederman
2015-03-25hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov
2015-03-25fs/affs/file.c: unlock/release page on errorTaesoo Kim
2015-03-22Merge tag 'driver-core-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-03-21Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2015-03-19Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-03-19Subject: nfsd: don't recursively call nfsd4_cb_layout_failChristoph Hellwig
2015-03-19fuse: explicitly set /dev/fuse file's private_dataTom Van Braeckel
2015-03-18ovl: upper fs should not be R/Ohujianyang
2015-03-18ovl: check lowerdir amount for non-upper mounthujianyang
2015-03-18ovl: print error message for invalid mount optionshujianyang
2015-03-17Btrfs: fix outstanding_extents accounting in DIOJosef Bacik
2015-03-17Btrfs: add sanity test for outstanding_extents accountingJosef Bacik
2015-03-17Btrfs: just free dummy extent buffersJosef Bacik
2015-03-17Btrfs: account merges/splits properlyJosef Bacik
2015-03-17pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov
2015-03-17Btrfs: prepare block group cache before writingJosef Bacik
2015-03-16kernfs: handle poll correctly on 'direct_read' files.NeilBrown
2015-03-14locks: fix generic_delete_lease tracepoint to use victim pointerJeff Layton
2015-03-13Btrfs: fix ASSERT(list_empty(&cur_trans->dirty_bgs_list)Josef Bacik
2015-03-13Btrfs: account for the correct number of extents for delalloc reservationsJosef Bacik
2015-03-13Btrfs: fix merge delalloc logicJosef Bacik
2015-03-13Btrfs: fix comp_oper to get right orderLiu Bo
2015-03-13Btrfs: catch transaction abortion after waiting for itLiu Bo
2015-03-13btrfs: fix sizeof format specifier in btrfs_check_super_valid()Fabian Frederick
2015-03-12fanotify: fix event filtering with FAN_ONDIR setSuzuki K. Poulose
2015-03-12nilfs2: fix deadlock of segment constructor during recoveryRyusuke Konishi
2015-03-12ocfs2: make append_dio an incompat featureMark Fasheh
2015-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-03-06Merge tag 'locks-v4.0-3' of git://git.samba.org/jlayton/linuxLinus Torvalds
2015-03-06Merge tag 'nfs-for-4.0-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-03-05Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Quentin Casasnovas
2015-03-05Btrfs: fix data loss in the fast fsync pathFilipe Manana
2015-03-05Btrfs: remove extra run_delayed_refs in update_cowonly_rootJosef Bacik
2015-03-04locks: fix fasync_struct memory leak in lease upgrade/downgrade handlingJeff Layton
2015-03-04Merge tag 'ecryptfs-4.0-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-03-03NFSv4.1: Clear the old state by our client id before establishing a new leaseTrond Myklebust