summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernfs: fix kernfs_node_from_dentry()Li Zefan2014-02-143-2/+3
* Merge branch 'master' into driver-core-next-test-merge-rc2Tejun Heo2014-02-1126-113/+217
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-02-105-22/+5
| |\
| | * fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro2014-02-095-22/+5
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-02-094-8/+9
| |\ \
| | * | Btrfs: fix data corruption when reading/updating compressed extentsFilipe David Borba Manana2014-02-091-0/+2
| | * | Btrfs: don't loop forever if we can't run because of the tree mod logJosef Bacik2014-02-091-0/+1
| | * | btrfs: reserve no transaction units in btrfs_ioctl_set_featuresDavid Sterba2014-02-091-1/+1
| | * | btrfs: commit transaction after setting label and featuresJeff Mahoney2014-02-091-2/+2
| | * | Btrfs: fix assert screwup for the pending move stuffJosef Bacik2014-02-091-5/+3
| * | | Merge tag 'jfs-3.14-rc2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2014-02-081-7/+7
| |\ \ \
| | * | | jfs: fix generic posix ACL regressionDave Kleikamp2014-02-081-7/+7
| * | | | Merge tag 'driver-core-3.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-02-071-4/+8
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flagTejun Heo2014-02-051-4/+8
| | | |/ | | |/|
| * | | mm: __set_page_dirty uses spin_lock_irqsave instead of spin_lock_irqKOSAKI Motohiro2014-02-061-2/+4
| * | | ocfs2: free allocated clusters if error occurs after ocfs2_claim_clustersZongxun Wang2014-02-063-3/+83
| * | | execve: use 'struct filename *' for executable name passingLinus Torvalds2014-02-052-24/+51
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-02-045-8/+8
| |\ \ \ | | | |/ | | |/|
| | * | Btrfs: use late_initcall instead of module_initFilipe David Borba Manana2014-02-031-1/+1
| | * | Btrfs: use btrfs_crc32c everywhere instead of libcrc32cFilipe David Borba Manana2014-02-033-6/+6
| | * | Btrfs: disable snapshot aware defrag for nowJosef Bacik2014-02-031-1/+1
| * | | Merge tag 'nfs-for-3.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-02-046-39/+50
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch 'acl_fixes' into linux-nextTrond Myklebust2014-02-032-28/+24
| | |\ \
| | | * | fs: get_acl() must be allowed to return EOPNOTSUPPTrond Myklebust2014-02-031-6/+12
| | | * | NFSv3: Fix return value of nfs3_proc_setaclsTrond Myklebust2014-02-031-2/+11
| | | * | NFSv3: Remove unused function nfs3_proc_set_default_aclTrond Myklebust2014-02-031-19/+0
| | | * | nfs: fix setting of ACLs on file creation.Noah Massey2014-02-011-1/+1
| | * | | NFSv4.1: nfs4_destroy_session must call rpc_destroy_waitqueueTrond Myklebust2014-02-013-7/+22
| | * | | NFSv4: Fix memory corruption in nfs4_proc_open_confirmTrond Myklebust2014-02-011-4/+4
| | |/ /
* | | | kernfs: fix hash calculation in kernfs_rename_ns()Tejun Heo2014-02-111-1/+1
* | | | kernfs: add CONFIG_KERNFSTejun Heo2014-02-084-1/+11
* | | | kernfs: implement kernfs_get_parent(), kernfs_name/path() and friendsTejun Heo2014-02-082-41/+178
* | | | kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs...Tejun Heo2014-02-082-0/+32
* | | | kernfs: implement kernfs_ops->atomic_write_lenTejun Heo2014-02-081-18/+31
* | | | kernfs: allow nodes to be created in the deactivated stateTejun Heo2014-02-082-8/+65
* | | | kernfs: add missing kernfs_active() checks in directory operationsTejun Heo2014-02-081-5/+6
* | | | kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options()Tejun Heo2014-02-081-0/+23
* | | | kernfs: rename kernfs_dir_ops to kernfs_syscall_opsTejun Heo2014-02-081-12/+13
* | | | kernfs: invoke dir_ops while holding active ref of the target nodeTejun Heo2014-02-081-3/+30
* | | | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-02-081-92/+0
* | | | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2014-02-082-1/+160
* | | | kernfs: remove KERNFS_REMOVEDTejun Heo2014-02-082-32/+37
* | | | kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()Tejun Heo2014-02-081-7/+13
* | | | kernfs: remove kernfs_addrm_cxtTejun Heo2014-02-084-104/+28
* | | | kernfs: invoke kernfs_unmap_bin_file() directly from kernfs_deactivate()Tejun Heo2014-02-081-4/+6
* | | | kernfs: restructure removal path to fix possible premature returnTejun Heo2014-02-081-61/+68
* | | | kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitqTejun Heo2014-02-081-18/+13
* | | | kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flagTejun Heo2014-02-081-4/+8
|/ / /
* | | hpfs: optimize quad buffer loadingMikulas Patocka2014-02-031-46/+50
* | | hpfs: remember free spaceMikulas Patocka2014-02-033-10/+87