summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-08-28ext4: update i_disksize coherently with block allocation on error pathDmitry Monakhov
2014-08-28f2fs: simplify by using a literalDan Carpenter
2014-08-27ext4: fix transaction issues for ext4_fallocate and ext_zero_rangeDmitry Monakhov
2014-08-27ext4: fix incorect journal credits reservation in ext4_zero_rangeDmitry Monakhov
2014-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-08-26NFSv3: Fix another acl regressionTrond Myklebust
2014-08-26NFSv4: Don't clear the open state when we just did an OPEN_DOWNGRADETrond Myklebust
2014-08-26NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust
2014-08-25Merge tag 'nfs-for-3.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-08-25Clarify Kconfig help text for CIFS and SMB2/SMB3Steve French
2014-08-25f2fs: truncate stale block for inline_dataJaegeuk Kim
2014-08-25CIFS: Fix wrong filename length for SMB2Pavel Shilovsky
2014-08-25CIFS: Fix wrong restart readdir for SMB1Pavel Shilovsky
2014-08-24aio: fix reqs_available handlingBenjamin LaHaise
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo
2014-08-23ext4: move i_size,i_disksize update routines to helper functionDmitry Monakhov
2014-08-23ext4: fix BUG_ON in mb_free_blocks()Theodore Ts'o
2014-08-23ext4: propagate errors up to ext4_find_entry()'s callersTheodore Ts'o
2014-08-22nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_waitDavid Jeffery
2014-08-22nfs: can_coalesce_requests must enforce contiguityWeston Andros Adamson
2014-08-22nfs: disallow duplicate pages in pgio page vectorsWeston Andros Adamson
2014-08-22nfs: don't sleep with inode lock in lock_and_join_requestsWeston Andros Adamson
2014-08-22nfs: fix error handling in lock_and_join_requestsWeston Andros Adamson
2014-08-22nfs: use blocking page_group_lock in add_requestWeston Andros Adamson
2014-08-22nfs: fix nonblocking calls to nfs_page_group_lockWeston Andros Adamson
2014-08-22nfs: change nfs_page_group_lock argumentWeston Andros Adamson
2014-08-22f2fs: use macro for code readabilityChao Yu
2014-08-22locks: pass correct "before" pointer to locks_unlink_lock in generic_add_leaseJeff Layton
2014-08-22CIFS: Fix directory rename errorPavel Shilovsky
2014-08-22cifs: No need to send SIGKILL to demux_thread during umountNamjae Jeon
2014-08-22cifs: Allow directIO read/write during cache=strictNamjae Jeon
2014-08-21f2fs: introduce need_do_checkpoint for readabilityChao Yu
2014-08-21f2fs: fix incorrect calculation with total/free inode numChao Yu
2014-08-21f2fs: remove rename and use rename2Jaegeuk Kim
2014-08-21f2fs: skip if inline_data was converted alreadyJaegeuk Kim
2014-08-21f2fs: remove rewrite_node_pageJaegeuk Kim
2014-08-21f2fs: avoid double lock in truncate_blocksJaegeuk Kim
2014-08-21f2fs: prevent checkpoint during roll-forwardJaegeuk Kim
2014-08-21f2fs: add WARN_ON in f2fs_bug_onJaegeuk Kim
2014-08-21f2fs: handle EIO not to break fs consistencyJaegeuk Kim
2014-08-21cifs: remove unneeded check of null checking in if conditionNamjae Jeon
2014-08-21cifs: fix a possible use of uninit variable in SMB2_sess_setupNamjae Jeon
2014-08-21cifs: fix memory leak when password is supplied multiple timesNamjae Jeon
2014-08-21cifs: fix a possible null pointer deref in decode_ascii_ssetupNamjae Jeon
2014-08-21f2fs: check s_dirty under cp_mutexJaegeuk Kim
2014-08-21f2fs: unlock_page when node page is redirtied outJaegeuk Kim
2014-08-21f2fs: introduce f2fs_cp_error for readabilityJaegeuk Kim
2014-08-21f2fs: give a chance to mount again when encountering errorsJaegeuk Kim
2014-08-21f2fs: trigger release_dirty_inode in f2fs_put_superJaegeuk Kim
2014-08-21Btrfs: fix filemap_flush call in btrfs_file_releaseChris Mason