summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-08-08f2fs: should not make_bad_inode on f2fs_link failureJaegeuk Kim1-1/+0
2014-08-08f2fs: fix to handle do_recover_data errorsJaegeuk Kim1-9/+15
2014-08-08f2fs: reuse the locked dnode page and its inodeJaegeuk Kim3-6/+23
2014-08-08f2fs: fix wrong condition checkJaegeuk Kim1-6/+0
2014-08-08f2fs: add f2fs_readonly()Jaegeuk Kim3-2/+7
2014-08-08f2fs: avoid RECLAIM_FS-ON-W: deadlockJaegeuk Kim2-4/+3
2014-08-08f2fs: don't do checkpoint if error is occurredJaegeuk Kim1-1/+2
2014-08-08f2fs: fix to unlock page before exitJaegeuk Kim1-3/+2
2014-08-08f2fs: remove unnecessary kmap/kunmap operationsJaegeuk Kim1-5/+3
2014-08-08f2fs: reorganize f2fs_vm_page_mkwriteNamjae Jeon1-6/+6
2014-08-08f2fs: use list_for_each_entry rather than list_for_each_entry_safemajianpeng1-2/+2
2014-08-08f2fs: remove unecessary variable and codeHaicheng Li1-10/+8
2014-08-08f2fs, lockdep: annotate mutex_lock_all()Peter Zijlstra1-3/+11
2014-08-08f2fs: add debug msgs in the recovery routineJaegeuk Kim2-20/+25
2014-08-08f2fs: update inode page after creationJaegeuk Kim4-50/+51
2014-08-08f2fs: change get_new_data_page to pass a locked node pageJaegeuk Kim4-9/+11
2014-08-08f2fs: skip get_node_page if locked node page is passedJaegeuk Kim1-3/+6
2014-08-08f2fs: remove unnecessary por_doing checkJaegeuk Kim1-2/+1
2014-08-08f2fs: fix BUG_ON during f2fs_evict_inode(dir)Jaegeuk Kim3-5/+34
2014-08-08f2fs: fix por_doing variable coverageJaegeuk Kim1-2/+2
2014-08-08f2fs: remove redundant assignmentJaegeuk Kim1-3/+2
2014-08-08f2fs: fix the inconsistent state of data pagesJaegeuk Kim1-6/+11
2014-08-08f2fs: fix inconsistency of block count during recoveryJaegeuk Kim1-0/+2
2014-08-08fs/buffer.c: Revoke LRU when trying to drop buffersLaura Abbott1-0/+38
2014-08-08fs: jbd2: force commit to free jbd2's cma/isolated pageMarek Szyprowski1-0/+14
2014-07-31coredump: fix the setting of PF_DUMPCORESilesh C V1-1/+1
2014-07-28fuse: handle large user and group IDMiklos Szeredi1-4/+16
2014-07-17ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen2-3/+4
2014-07-17ext4: clarify error count warning messagesTheodore Ts'o1-3/+4
2014-07-17ext4: fix unjournalled bg descriptor while initializing inode bitmapTheodore Ts'o1-7/+7
2014-07-09nfsd: fix rare symlink decoding bugJ. Bruce Fields2-10/+12
2014-07-09ext4: Fix hole punching for files with indirect blocksJan Kara1-2/+10
2014-07-09ext4: Fix buffer double free in ext4_alloc_branch()Jan Kara1-1/+7
2014-07-09CIFS: fix mount failure with broken pathnames when smb3 mount with mapchars o...Steve French1-3/+4
2014-07-06reiserfs: call truncate_setsize under tailpack mutexJeff Mahoney1-1/+7
2014-07-06nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entryJeff Layton1-9/+8
2014-07-06nfsd: don't try to reuse an expired DRC entry off the listJeff Layton1-32/+4
2014-07-06NFS: Don't declare inode uptodate unless all attributes were checkedTrond Myklebust1-9/+17
2014-07-06nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferChristoph Hellwig1-2/+2
2014-07-06nfsd4: fix FREE_STATEID lockowner leakJ. Bruce Fields1-1/+1
2014-07-06pNFS: Handle allocation errors correctly in filelayout_alloc_layout_hdr()Trond Myklebust1-1/+1
2014-07-06UBIFS: Remove incorrect assertion in shrink_tnc()hujianyang1-1/+0
2014-07-06UBIFS: fix an mmap and fsync race conditionhujianyang1-2/+1
2014-06-30btrfs: fix use of uninit "ret" in end_extent_writepage()Eric Sandeen1-1/+1
2014-06-30Btrfs: fix scrub_print_warning to handle skinny metadata extentsLiu Bo3-15/+24
2014-06-30Btrfs: use right type to get real comparisonLiu Bo1-1/+1
2014-06-30fs: btrfs: volumes.c: Fix for possible null pointer dereferenceRickard Strandqvist1-2/+3
2014-06-30Btrfs: send, don't error in the presence of subvols/snapshotsFilipe Manana1-0/+4
2014-06-30Btrfs: set right total device count for seeding supportWang Shilong1-1/+0
2014-06-30Btrfs: mark mapping with error flag to report errors to userspaceLiu Bo1-0/+2