| Commit message (Expand) | Author | Age | Files | Lines |
* | NFS41: make close wait for layoutreturn | Peng Tao | 2015-09-23 | 3 | -10/+49 |
* | NFS: Skip checking ds_cinfo.buckets when lseg's commit_through_mds is set | Kinglong Mee | 2015-09-22 | 1 | -2/+5 |
* | NFSv4.x/pnfs: Don't try to recover stateids twice in layoutget | Trond Myklebust | 2015-09-20 | 1 | -11/+17 |
* | NFSv4: Recovery of recalled read delegations is broken | Trond Myklebust | 2015-09-20 | 3 | -38/+53 |
* | NFS: Fix an infinite loop when layoutget fail with BAD_STATEID | Kinglong Mee | 2015-09-20 | 1 | -0/+1 |
* | NFS: Do cleanup before resetting pageio read/write to mds | Kinglong Mee | 2015-09-20 | 2 | -0/+6 |
* | nfs/filelayout: Fix NULL reference caused by double freeing of fh_array | Kinglong Mee | 2015-09-17 | 1 | -19/+12 |
* | nfs: fix v4.2 SEEK on files over 2 gigs | J. Bruce Fields | 2015-09-17 | 1 | -1/+3 |
* | nfs: fix pg_test page count calculation | Peng Tao | 2015-09-17 | 1 | -1/+1 |
* | Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ... | Olga Kornievskaia | 2015-09-17 | 1 | -1/+1 |
* | Merge branch 'writeback-plugging' | Linus Torvalds | 2015-09-12 | 1 | -3/+10 |
|\ |
|
| * | writeback: plug writeback in wb_writeback() and writeback_inodes_wb() | Linus Torvalds | 2015-09-12 | 1 | -0/+6 |
| * | Revert "writeback: plug writeback at a high level" | Linus Torvalds | 2015-09-11 | 1 | -3/+4 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-09-11 | 3 | -42/+37 |
|\ \
| |/
|/| |
|
| * | revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each" | Andrew Morton | 2015-09-11 | 1 | -2/+4 |
| * | fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to void | Joe Perches | 2015-09-11 | 2 | -40/+33 |
* | | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-09-11 | 9 | -96/+82 |
|\ \ |
|
| * | | Btrfs: cleanup: remove unnecessary check before btrfs_free_path is called | Tsutomu Itoh | 2015-08-31 | 3 | -6/+3 |
| * | | btrfs: async_thread: Fix workqueue 'max_active' value when initializing | Qu Wenruo | 2015-08-31 | 2 | -24/+35 |
| * | | btrfs: Add raid56 support for updating | Zhao Lei | 2015-08-31 | 3 | -39/+30 |
| * | | btrfs: Cleanup for btrfs_calc_num_tolerated_disk_barrier_failures | Zhao Lei | 2015-08-31 | 1 | -40/+33 |
| * | | btrfs: Remove noused chunk_tree and chunk_objectid from scrub_enumerate_chunk... | Zhao Lei | 2015-08-31 | 1 | -8/+2 |
| * | | btrfs: Update out-of-date "skip parity stripe" comment | Zhao Lei | 2015-08-31 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2015-09-11 | 7 | -29/+67 |
|\ \ \ |
|
| * | | | ceph: improve readahead for file holes | Yan, Zheng | 2015-09-09 | 1 | -1/+1 |
| * | | | ceph: get inode size for each append write | Yan, Zheng | 2015-09-09 | 1 | -0/+6 |
| * | | | ceph: cleanup use of ceph_msg_get | Jianpeng Ma | 2015-09-08 | 1 | -2/+1 |
| * | | | ceph: no need to get parent inode in ceph_open | Jianpeng Ma | 2015-09-08 | 1 | -5/+1 |
| * | | | ceph: remove the useless judgement | Jianpeng Ma | 2015-09-08 | 1 | -1/+1 |
| * | | | ceph: remove redundant test of head->safe and silence static analysis warnings | Brad Hubbard | 2015-09-08 | 1 | -1/+1 |
| * | | | ceph: fix queuing inode to mdsdir's snaprealm | Yan, Zheng | 2015-09-08 | 1 | -7/+0 |
| * | | | ceph: invalidate dirty pages after forced umount | Yan, Zheng | 2015-09-08 | 1 | -0/+2 |
| * | | | ceph: EIO all operations after forced umount | Yan, Zheng | 2015-09-08 | 5 | -12/+54 |
* | | | | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-09-11 | 11 | -285/+212 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | gfs2: A minor "sbstats" cleanup | Andreas Gruenbacher | 2015-09-03 | 1 | -7/+6 |
| * | | | gfs2: Fix a typo in a comment | Andreas Gruenbacher | 2015-09-03 | 1 | -1/+1 |
| * | | | gfs2: Make statistics unsigned, suitable for use with do_div() | Ben Hutchings | 2015-09-03 | 4 | -24/+24 |
| * | | | GFS2: Use resizable hash table for glocks | Bob Peterson | 2015-09-03 | 2 | -166/+102 |
| * | | | GFS2: Move glock superblock pointer to field gl_name | Bob Peterson | 2015-09-03 | 11 | -74/+75 |
| * | | | gfs2: Simplify the seq file code for "sbstats" | Andreas Gruenbacher | 2015-09-03 | 1 | -20/+11 |
* | | | | Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-09-10 | 2 | -96/+66 |
|\ \ \ \ |
|
| * | | | | writeback: update writeback tracepoints to report cgroup | Tejun Heo | 2015-08-18 | 1 | -7/+7 |
| * | | | | kernfs: implement kernfs_path_len() | Tejun Heo | 2015-08-18 | 1 | -0/+23 |
| * | | | | writeback: explain why @inode is allowed to be NULL for inode_congested() | Tejun Heo | 2015-08-18 | 1 | -1/+4 |
| * | | | | writeback: remove wb_writeback_work->single_wait/done | Tejun Heo | 2015-08-18 | 1 | -86/+30 |
| * | | | | writeback: bdi_for_each_wb() iteration is memcg ID based not blkcg | Tejun Heo | 2015-08-18 | 1 | -3/+3 |
* | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-09-10 | 14 | -125/+242 |
|\ \ \ \ \ |
|
| * | | | | | mm: mark most vm_operations_struct const | Kirill A. Shutemov | 2015-09-10 | 2 | -2/+2 |
| * | | | | | namei: fix warning while make xmldocs caused by namei.c | Masanari Iida | 2015-09-10 | 1 | -1/+1 |
| * | | | | | fs/affs: make root lookup from blkdev logical size | Pranay Kr. Srivastava | 2015-09-10 | 1 | -3/+5 |