summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-11-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-5/+2
2015-11-05Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-26/+99
2015-11-05Merge tag 'for-f2fs-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds18-541/+791
2015-11-05Merge tag 'dlm-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds1-1/+1
2015-11-05Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linuxLinus Torvalds11-91/+86
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-75/+112
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-11-04Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-11/+21
2015-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-2/+2
2015-11-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2015-11-03Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+17
2015-11-03dlm: make posix locks interruptibleEric Ren1-1/+1
2015-11-02pstore: fix code comment to match codeGeliang Tang1-2/+3
2015-11-01mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds1-5/+2
2015-11-01Merge branch 'fs-file-descriptor-optimization'Linus Torvalds1-5/+37
2015-10-31vfs: conditionally clear close-on-exec flagLinus Torvalds1-1/+2
2015-10-31vfs: Fix pathological performance case for __alloc_fd()Linus Torvalds1-4/+35
2015-10-31Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+8
2015-10-28fs/writeback, rcu: Don't use list_entry_rcu() for pointer offsetting in bdi_s...Tejun Heo1-2/+2
2015-10-27namei: permit linking with CAP_FOWNER in usernsDirk Steinmetz1-5/+2
2015-10-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+24
2015-10-24Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+5
2015-10-23ocfs2/dlm: unlock lockres spinlock before dlm_lockres_putJoseph Qi2-2/+3
2015-10-22locks: cleanup posix_lock_inode_wait and flock_lock_inode_waitBenjamin Coddington1-6/+3
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington11-53/+20
2015-10-22locks: introduce locks_lock_inode_wait()Benjamin Coddington1-0/+24
2015-10-22pstore: Fix return type of pstore_is_mounted()Geliang Tang2-2/+2
2015-10-22f2fs: fix to skip shrinking extent nodesChao Yu1-1/+1
2015-10-22f2fs: fix error path of ->symlinkChao Yu1-3/+6
2015-10-22f2fs: fix to clear GCed flag for atomic written pageChao Yu1-0/+1
2015-10-22pstore: add pstore unregisterGeliang Tang8-21/+86
2015-10-21f2fs: don't need to submit bio on error caseJaegeuk Kim1-1/+1
2015-10-21f2fs: fix leakage of inmemory atomic pagesJaegeuk Kim1-7/+3
2015-10-21btrfs: fix possible leak in btrfs_ioctl_balance()Christian Engelmayer1-1/+4
2015-10-21f2fs: refactor __find_rev_next_{zero}_bitJaegeuk Kim1-57/+49
2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen1-1/+1
2015-10-21pstore: add a helper function pstore_register_kmsgGeliang Tang1-1/+6
2015-10-21pstore: add vmalloc error checkGeliang Tang1-0/+2
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells10-33/+32
2015-10-20btrfs: Avoid truncate tailing page if fallocate range doesn't exceed inode sizeQu Wenruo1-1/+1
2015-10-20f2fs: support fiemap for inline_dataJaegeuk Kim3-0/+44
2015-10-20f2fs: flush dirty data for bmapJaegeuk Kim1-6/+7
2015-10-19sysfs: added __compat_only_sysfs_link_entry_to_kobj()Jarkko Sakkinen1-0/+44
2015-10-18debugfs: Add debugfs_create_ulong()Viresh Kumar1-0/+48
2015-10-17debugfs: Add read-only/write-only bool file opsStephen Boyd1-1/+14
2015-10-17debugfs: Add read-only/write-only size_t file opsStephen Boyd1-1/+4
2015-10-17debugfs: Add read-only/write-only x64 file opsStephen Boyd1-1/+4
2015-10-17debugfs: Consolidate file mode checks in debugfs_create_*()Stephen Boyd1-66/+32
2015-10-16Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-5/+16
2015-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-54/+46