summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2015-01-05ext3: destroy sbi mutexes in put_superFabian Frederick-0/+2
2015-01-05udf: Update Kconfig descriptionJan Kara-4/+6
2015-01-02ext4: remove spurious KERN_INFO from ext4_warning callJakub Wilk-1/+1
2015-01-02Revert "ext4: fix suboptimal seek_{data,hole} extents traversial"Theodore Ts'o-108/+116
2015-01-02Btrfs: don't delay inode ref updates during log replayChris Mason-0/+8
2015-01-02Btrfs: correctly get tree level in tree_backref_for_extentFilipe Manana-3/+10
2015-01-02Btrfs: call inode_dec_link_count() on mkdir error pathWang Shilong-1/+3
2015-01-02Btrfs: abort transaction if we don't find the block groupJosef Bacik-6/+6
2015-01-02Btrfs, scrub: uninitialized variable in scrub_extent_for_parity()Dan Carpenter-1/+1
2014-12-29Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-19/+28
2014-12-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-47/+106
2014-12-26ext4: prevent online resize with backup superblockTheodore Ts'o-12/+12
2014-12-23jfs: get rid of homegrown endianness helpersAl Viro-89/+44
2014-12-24Merge branch 'xfs-misc-fixes-for-3.20-1' into for-nextDave Chinner-15/+14
2014-12-24xfs: Keep sb_bad_features2 consistent with sb_features2Jan Kara-8/+7
2014-12-24xfs: remove extra newlines from xfs messagesEric Sandeen-3/+3
2014-12-24xfs: initialize log buf I/O completion wq on log allocBrian Foster-4/+4
2014-12-24xfs: Add support to RENAME_EXCHANGE flagCarlos Maiolino-6/+142
2014-12-24xfs: Make xfs_vn_rename compliant with renameat2() syscallCarlos Maiolino-5/+10
2014-12-22cifs: make new inode cache when file type is differentNakajima Akira-3/+7
2014-12-21udf: Reduce repeated dereferencesJan Kara-25/+25
2014-12-21udf: Check component length before reading itJan Kara-2/+7
2014-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-35/+16
2014-12-19Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-19/+16
2014-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-25/+20
2014-12-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2014-12-19udf: Check path length when reading symlinkJan Kara-20/+48
2014-12-19udf: Verify symlink size before loading itJan Kara-4/+13
2014-12-19udf: Verify i_size when loading inodeJan Kara-0/+14
2014-12-19isofs: Fix unchecked printing of ER recordsJan Kara-0/+3
2014-12-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds-52/+133
2014-12-18ocfs2: fix journal commit deadlockJunxiao Bi-2/+14
2014-12-18ocfs2/dlm: fix race between dispatched_work and dlm_lockres_grab_inflight_workerJoseph Qi-9/+3
2014-12-18ocfs2: reflink: fix slow unlink for refcounted fileJunxiao Bi-10/+24
2014-12-18fs/proc/meminfo.c: include cma info in proc/meminfoPintu Kumar-2/+13
2014-12-18hfsplus: fix longname handlingSougata Santra-29/+79
2014-12-18mnt: Fix a memory stomp in umountEric W. Biederman-0/+2
2014-12-17Ceph: remove left-over reject fileLinus Torvalds-10/+0
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-116/+712
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-3/+69
2014-12-17Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds-1/+2
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds-524/+359
2014-12-17ceph: fix setting empty extended attributeYan, Zheng-2/+5
2014-12-17ceph: fix mksnap crashYan, Zheng-1/+3
2014-12-17ceph: do_sync is never initializedDan Carpenter-1/+1
2014-12-17ceph: support inline data featureYan, Zheng-1/+2
2014-12-17ceph: flush inline versionYan, Zheng-4/+23
2014-12-17ceph: convert inline data to normal data before data writeYan, Zheng-3/+161
2014-12-17ceph: sync read inline dataYan, Zheng-13/+116
2014-12-17ceph: fetch inline data when getting Fcr cap refsYan, Zheng-18/+63