Age | Commit message (Expand) | Author | Files | Lines |
2015-01-22 | Merge branch 'xfs-sb-logging-rework' into for-next | Dave Chinner | 16 | -416/+226 |
2015-01-22 | xfs: sanitise sb_bad_features2 handling | Dave Chinner | 3 | -20/+25 |
2015-01-22 | xfs: consolidate superblock logging functions | Dave Chinner | 15 | -181/+101 |
2015-01-22 | xfs: remove bitfield based superblock updates | Dave Chinner | 11 | -246/+130 |
2015-01-09 | Merge branch 'xfs-misc-fixes-for-3.20-2' into for-next | Dave Chinner | 8 | -57/+37 |
2015-01-09 | xfs: fix implicit bool to int conversion | Nicholas Mc Guire | 1 | -1/+1 |
2015-01-09 | xfs: pass a 64-bit count argument to xfs_iomap_write_unwritten | Christoph Hellwig | 2 | -2/+2 |
2015-01-09 | xfs: remove deprecated sysctls | Dave Chinner | 1 | -18/+0 |
2015-01-09 | xfs: move xfs_bmap_finish prototype | Dave Chinner | 2 | -2/+2 |
2015-01-09 | xfs: move struct xfs_bmalloca to libxfs | Dave Chinner | 2 | -34/+32 |
2015-01-09 | xfs: move xfs_types.h to libxfs | Dave Chinner | 1 | -0/+0 |
2015-01-09 | xfs: move xfs_fs.h to libxfs | Dave Chinner | 1 | -0/+0 |
2014-12-24 | Merge branch 'xfs-misc-fixes-for-3.20-1' into for-next | Dave Chinner | 5 | -15/+14 |
2014-12-24 | xfs: Keep sb_bad_features2 consistent with sb_features2 | Jan Kara | 2 | -8/+7 |
2014-12-24 | xfs: remove extra newlines from xfs messages | Eric Sandeen | 3 | -3/+3 |
2014-12-24 | xfs: initialize log buf I/O completion wq on log alloc | Brian Foster | 1 | -4/+4 |
2014-12-24 | xfs: Add support to RENAME_EXCHANGE flag | Carlos Maiolino | 3 | -6/+142 |
2014-12-24 | xfs: Make xfs_vn_rename compliant with renameat2() syscall | Carlos Maiolino | 1 | -5/+10 |
2014-12-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -35/+16 |
2014-12-19 | Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -19/+16 |
2014-12-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 4 | -25/+20 |
2014-12-19 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2014-12-18 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 11 | -52/+133 |
2014-12-18 | ocfs2: fix journal commit deadlock | Junxiao Bi | 1 | -2/+14 |
2014-12-18 | ocfs2/dlm: fix race between dispatched_work and dlm_lockres_grab_inflight_worker | Joseph Qi | 1 | -9/+3 |
2014-12-18 | ocfs2: reflink: fix slow unlink for refcounted file | Junxiao Bi | 4 | -10/+24 |
2014-12-18 | fs/proc/meminfo.c: include cma info in proc/meminfo | Pintu Kumar | 1 | -2/+13 |
2014-12-18 | hfsplus: fix longname handling | Sougata Santra | 4 | -29/+79 |
2014-12-18 | mnt: Fix a memory stomp in umount | Eric W. Biederman | 1 | -0/+2 |
2014-12-17 | Ceph: remove left-over reject file | Linus Torvalds | 1 | -10/+0 |
2014-12-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 13 | -116/+712 |
2014-12-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 3 | -3/+69 |
2014-12-17 | Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2 | -1/+2 |
2014-12-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 6 | -524/+359 |
2014-12-17 | ceph: fix setting empty extended attribute | Yan, Zheng | 1 | -2/+5 |
2014-12-17 | ceph: fix mksnap crash | Yan, Zheng | 1 | -1/+3 |
2014-12-17 | ceph: do_sync is never initialized | Dan Carpenter | 1 | -1/+1 |
2014-12-17 | ceph: support inline data feature | Yan, Zheng | 1 | -1/+2 |
2014-12-17 | ceph: flush inline version | Yan, Zheng | 3 | -4/+23 |
2014-12-17 | ceph: convert inline data to normal data before data write | Yan, Zheng | 3 | -3/+161 |
2014-12-17 | ceph: sync read inline data | Yan, Zheng | 2 | -13/+116 |
2014-12-17 | ceph: fetch inline data when getting Fcr cap refs | Yan, Zheng | 3 | -18/+63 |
2014-12-17 | ceph: use getattr request to fetch inline data | Yan, Zheng | 3 | -10/+32 |
2014-12-17 | ceph: add inline data to pagecache | Yan, Zheng | 5 | -1/+84 |
2014-12-17 | ceph: parse inline data in MClientReply and MClientCaps | Yan, Zheng | 3 | -11/+36 |
2014-12-17 | libceph: specify position of extent operation | Yan, Zheng | 2 | -6/+11 |
2014-12-17 | ceph: remove unused stringification macros | Ilya Dryomov | 1 | -3/+0 |
2014-12-17 | ceph: introduce global empty snap context | Yan, Zheng | 3 | -3/+35 |
2014-12-17 | ceph: message versioning fixes | John Spray | 1 | -2/+5 |
2014-12-17 | libceph: message signature support | Yan, Zheng | 1 | -0/+16 |