aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-08-30Merge tag 'locks-v3.17-3' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 1-1/+1
2014-08-29Merge branch 'akpm' (fixes from Andrew Morton)Gravatar Linus Torvalds 4-94/+94
2014-08-29ocfs2: quorum: add a log for node not fencedGravatar Junxiao Bi 1-2/+11
2014-08-29ocfs2: o2net: set tcp user timeout to max valueGravatar Junxiao Bi 2-0/+21
2014-08-29ocfs2: o2net: don't shutdown connection when idle timeoutGravatar Junxiao Bi 1-6/+19
2014-08-29ocfs2: do not write error flag to user structure we cannot copy from/toGravatar Ben Hutchings 1-86/+43
2014-08-29Merge tag 'nfs-for-3.17-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 2-10/+21
2014-08-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 10-124/+208
2014-08-28ext4: fix same-dir rename when inline data directory overflowsGravatar Darrick J. Wong 1-3/+18
2014-08-28jbd2: fix descriptor block size handling errors with journal_csumGravatar Darrick J. Wong 5-44/+70
2014-08-28jbd2: fix infinite loop when recovering corrupt journal blocksGravatar Darrick J. Wong 1-2/+5
2014-08-28ext4: update i_disksize coherently with block allocation on error pathGravatar Dmitry Monakhov 1-2/+8
2014-08-27ext4: fix transaction issues for ext4_fallocate and ext_zero_rangeGravatar Dmitry Monakhov 1-33/+35
2014-08-27ext4: fix incorect journal credits reservation in ext4_zero_rangeGravatar Dmitry Monakhov 1-2/+9
2014-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 17-135/+312
2014-08-26NFSv3: Fix another acl regressionGravatar Trond Myklebust 1-1/+4
2014-08-26NFSv4: Don't clear the open state when we just did an OPEN_DOWNGRADEGravatar Trond Myklebust 1-4/+5
2014-08-26NFSv4: Fix problems with close in the presence of a delegationGravatar Trond Myklebust 1-5/+12
2014-08-25Merge tag 'nfs-for-3.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 2-29/+76
2014-08-24aio: fix reqs_available handlingGravatar Benjamin LaHaise 1-4/+73
2014-08-24Btrfs: fix task hang under heavy compressed writeGravatar Liu Bo 12-61/+141
2014-08-23ext4: move i_size,i_disksize update routines to helper functionGravatar Dmitry Monakhov 3-39/+28
2014-08-23ext4: fix BUG_ON in mb_free_blocks()Gravatar Theodore Ts'o 1-0/+5
2014-08-23ext4: propagate errors up to ext4_find_entry()'s callersGravatar Theodore Ts'o 2-3/+34
2014-08-22nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_waitGravatar David Jeffery 1-1/+1
2014-08-22nfs: can_coalesce_requests must enforce contiguityGravatar Weston Andros Adamson 1-0/+8
2014-08-22nfs: disallow duplicate pages in pgio page vectorsGravatar Weston Andros Adamson 1-3/+15
2014-08-22nfs: don't sleep with inode lock in lock_and_join_requestsGravatar Weston Andros Adamson 2-1/+28
2014-08-22nfs: fix error handling in lock_and_join_requestsGravatar Weston Andros Adamson 1-1/+4
2014-08-22nfs: use blocking page_group_lock in add_requestGravatar Weston Andros Adamson 1-11/+2
2014-08-22nfs: fix nonblocking calls to nfs_page_group_lockGravatar Weston Andros Adamson 1-8/+13
2014-08-22nfs: change nfs_page_group_lock argumentGravatar Weston Andros Adamson 2-7/+8
2014-08-22locks: pass correct "before" pointer to locks_unlink_lock in generic_add_leaseGravatar Jeff Layton 1-1/+1
2014-08-21Btrfs: fix filemap_flush call in btrfs_file_releaseGravatar Chris Mason 1-1/+9
2014-08-21Btrfs: fix crash on endio of reading corrupted blockGravatar Liu Bo 1-0/+1
2014-08-21btrfs: fix leak in qgroup_subtree_accounting() error pathGravatar Eric Sandeen 1-1/+1
2014-08-21btrfs: Use right extent length when inserting overlap extent map.Gravatar Qu Wenruo 2-6/+5
2014-08-21Btrfs: clone, don't create invalid hole extent mapGravatar Filipe Manana 1-1/+2
2014-08-21Btrfs: don't monopolize a core when evicting inodeGravatar Filipe Manana 1-0/+6
2014-08-21Btrfs: fix hole detection during file fsyncGravatar Filipe Manana 1-4/+13
2014-08-21Btrfs: ensure tmpfile inode is always persisted with link count of 0Gravatar Filipe Manana 1-0/+15
2014-08-21Btrfs: race free update of commit root for ro snapshotsGravatar Filipe Manana 2-33/+36
2014-08-21Btrfs: fix regression of btrfs device replaceGravatar Liu Bo 1-1/+1
2014-08-20Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 14-22/+269
2014-08-19ext3: Count internal journal as bsddf overhead in ext3_statfsGravatar Chin-Tsung Cheng 1-2/+3
2014-08-19isofs: Fix unbounded recursion when processing relocated directoriesGravatar Jan Kara 3-22/+55
2014-08-19udf: avoid unneeded up_write when fail to add entry in ->symlinkGravatar Chao Yu 1-1/+2
2014-08-19Btrfs: don't consider the missing device when allocating new chunksGravatar Miao Xie 1-14/+2
2014-08-19Btrfs: Fix wrong device size when we are resizing the deviceGravatar Miao Xie 2-2/+3
2014-08-19Btrfs: don't write any data into a readonly device when scrubGravatar Miao Xie 1-0/+11