summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2014-10-14dlm: fix missing endian conversion of rcom_status flagsNeale Ferguson-1/+1
2014-10-14ceph: fix divide-by-zero in __validate_layout()Yan, Zheng-1/+1
2014-10-14ceph: fix bool assignmentsFabian Frederick-13/+13
2014-10-14ceph: additional debugfs outputJohn Spray-0/+47
2014-10-14ceph: export ceph_session_state_name functionJohn Spray-7/+9
2014-10-14ceph: include the initial ACL in create/mkdir/mknod MDS requestsYan, Zheng-47/+170
2014-10-14ceph: use pagelist to present MDS request dataYan, Zheng-39/+28
2014-10-14libceph: reference counting pagelistYan, Zheng-1/+0
2014-10-14ceph: fix llistxattr on symlinkYan, Zheng-2/+1
2014-10-14ceph: send client metadata to MDSJohn Spray-1/+70
2014-10-14ceph: remove redundant code for max file size verificationChao Yu-15/+0
2014-10-14ceph: remove redundant io_iter_advance()Yan, Zheng-1/+0
2014-10-14ceph: move ceph_find_inode() outside the s_mutexYan, Zheng-8/+10
2014-10-14ceph: request xattrs if xattr_version is zeroYan, Zheng-30/+20
2014-10-14ceph: make sure request isn't in any waiting list when kicking request.Yan, Zheng-0/+1
2014-10-14ceph: protect kick_requests() with mdsc->mutexYan, Zheng-2/+3
2014-10-14ceph: trim unused inodes before reconnecting to recovering MDSYan, Zheng-10/+13
2014-10-14block: Remove REQ_KERNELMartin K. Petersen-9/+7
2014-10-14btrfs: LLVMLinux: Remove VLAISVinícius Tinti-9/+7
2014-10-14Merge tag 'fscache-fixes-20141013' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-28/+23
2014-10-14Merge tag 'upstream-3.18-rc1-v2' of git://git.infradead.org/linux-ubifsLinus Torvalds-17/+23
2014-10-14ext4: check s_chksum_driver when looking for bg csum presenceDarrick J. Wong-2/+6
2014-10-14Merge branch 'CVE-2014-7975' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+2
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner-5/+14
2014-10-14fs: check bh blocknr earlier when searching lruZach Brown-2/+2
2014-10-14isofs: replace strnicmp with strncasecmpRasmus Villemoes-1/+1
2014-10-14ocfs2: replace strnicmp with strncasecmpRasmus Villemoes-4/+4
2014-10-14cifs: replace strnicmp with strncasecmpRasmus Villemoes-5/+5
2014-10-14FS/OMFS: block number sanity check during fill_super operationFabian Frederick-3/+8
2014-10-14fs/affs: remove redundant sys_tz declarationsFabian Frederick-5/+0
2014-10-14fs/affs/file.c: fix shadow warningsFabian Frederick-15/+24
2014-10-14fs/affs/inode.c: remove unused variableFabian Frederick-2/+0
2014-10-14fs/affs/super.c: remove unused variableFabian Frederick-3/+1
2014-10-14coredump: add %i/%I in core_pattern to report the tid of the crashed threadOleg Nesterov-0/+8
2014-10-14fat: remove redundant sys_tz declarationFabian Frederick-2/+0
2014-10-14fs/reiserfs/journal.c: fix sparse context imbalance warningFabian Frederick-3/+5
2014-10-14fs/ufs/balloc.c: remove unused variableFabian Frederick-3/+0
2014-10-14fs/hfs/hfs_fs.h: remove redundant sys_tz declarationFabian Frederick-2/+0
2014-10-14nilfs2: improve the performance of fdatasync()Andreas Rohner-11/+20
2014-10-14nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()Andreas Rohner-10/+37
2014-10-14fs/befs/btree.c: remove typedef befs_btree_nodeHimangi Saraogi-24/+29
2014-10-14autofs4: d_manage() should return -EISDIR when appropriate in rcu-walk mode.NeilBrown-6/+20
2014-10-14autofs4: avoid taking fs_lock during rcu-walkNeilBrown-8/+42
2014-10-14autofs4: make "autofs4_can_expire" idempotent.NeilBrown-6/+4
2014-10-14autofs4: factor should_expire() out of autofs4_expire_indirect.NeilBrown-74/+88
2014-10-14autofs4: allow RCU-walk to walk through autofs4NeilBrown-18/+34
2014-10-14fs/ncpfs/dir.c: remove redundant sys_tz declarationFabian Frederick-3/+0
2014-10-14binfmt_misc: work around gcc-4.9 warningArnd Bergmann-2/+2
2014-10-14binfmt_misc: expand the register format limit to 1920 bytesMike Frysinger-2/+17
2014-10-13fs/fscache/object-list.c: use __seq_open_private()Rob Jones-14/+2