summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: add compat_ioctl to provide backward compatabilityNamjae Jeon2013-02-122-0/+36
* f2fs: fix calculation of max. gc cost in the SSR caseJaegeuk Kim2013-02-121-0/+3
* f2fs: clarify and enhance the f2fs_gc flowJaegeuk Kim2013-02-129-105/+72
* f2fs: optimize the return condition for has_not_enough_free_secsNamjae Jeon2013-02-121-4/+2
* f2fs: make an accessor to get sections for particular block typeNamjae Jeon2013-02-123-13/+12
* f2fs: mark gc_thread as NULL when thread creation is failedNamjae Jeon2013-02-121-0/+1
* f2fs: name gc task as per the block deviceNamjae Jeon2013-02-122-2/+2
* f2fs: remove unnecessary gc option check and balance_fsChangman Lee2013-02-121-5/+2
* f2fs: remove repeated F2FS_SET_SB_DIRT callChangman Lee2013-02-121-1/+0
* f2fs: when check superblock failed, try to check another superblockmajianpeng2013-02-121-16/+31
* f2fs: use F2FS_BLKSIZE to judge bloksize and page_cache_sizemajianpeng2013-02-121-1/+10
* f2fs: add device name in debugfsmajianpeng2013-02-121-1/+3
* f2fs: stop repeated checking if cp is neededChangman Lee2013-02-121-3/+3
* f2fs: avoid balanc_fs during evict_inodeJaegeuk Kim2013-02-125-38/+3
* f2fs: remove the use of page_cache_releaseJaegeuk Kim2013-02-121-2/+2
* f2fs: fix typo mistake for data_version descriptionNamjae Jeon2013-02-121-1/+1
* f2fs: reorganize code for ra_node_pageNamjae Jeon2013-02-121-6/+2
* f2fs: avoid redundant call to has_not_enough_free_secs in f2fs_gcNamjae Jeon2013-02-121-1/+1
* f2fs: add un/freeze_fs into super_operationsChangman Lee2013-02-123-0/+25
* f2fs: clean up the add_orphan_inode funcmajianpeng2013-02-121-12/+4
* f2fs: fix disable_ext_identify option spellingAlejandro Martinez Ruiz2013-02-121-1/+1
* f2fs: cover global locks for reserve_new_blockJaegeuk Kim2013-02-121-0/+5
* f2fs: prevent checkpoint once any IO failure is detectedJaegeuk Kim2013-02-124-28/+31
* f2fs: save device node number into f2fs_inodeChangman Lee2013-02-121-0/+18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-02-088-36/+87
|\
| * Btrfs: move d_instantiate outside the transaction during mksubvolChris Mason2013-02-061-1/+4
| * Btrfs: fix EDQUOT handling in btrfs_delalloc_reserve_metadataJan Schmidt2013-02-061-12/+10
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git for-...Chris Mason2013-02-0516-119/+370
| |\
| | * Btrfs: fix possible stale data exposureJosef Bacik2013-02-051-1/+1
| | * Btrfs: fix missing i_size updateJosef Bacik2013-02-051-2/+9
| | * Btrfs: fix race between snapshot deletion and getting inodeLiu Bo2013-02-052-9/+38
| | * Btrfs: fix missing release of the space/qgroup reservation in start_transacti...Miao Xie2013-02-051-8/+19
| | * Btrfs: fix wrong sync_writers decrement in btrfs_file_aio_write()Miao Xie2013-02-051-1/+2
| | * Btrfs: do not merge logged extents if we've removed them from the treeJosef Bacik2013-02-051-1/+2
| * | btrfs: don't try to notify udev about missing devicesEric Sandeen2013-02-011-1/+2
* | | Merge branch 'fix-max-write' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-051-4/+4
|\ \ \
| * | | dlm: check the write size from userDavid Teigland2013-02-041-4/+4
* | | | nilfs2: fix fix very long mount time issueVyacheslav Dubeyko2013-02-051-1/+4
|/ / /
* | | Merge tag 'nfs-for-3.8-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-02-014-57/+69
|\ \ \
| * | | NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 sessionTrond Myklebust2013-01-301-2/+12
| * | | NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust2013-01-301-0/+20
| * | | NFSv4.1: Ensure that nfs41_walk_client_list() does start lease recoveryTrond Myklebust2013-01-271-1/+4
| * | | NFSv4: Fix NFSv4 trunking discoveryTrond Myklebust2013-01-272-25/+9
| * | | NFSv4: Fix NFSv4 reference counting for trunked sessionsTrond Myklebust2013-01-271-16/+15
| * | | NFS: Fix error reporting in nfs_xdev_mountTrond Myklebust2013-01-271-13/+9
* | | | Merge tag 'for-linus-v3.8-rc6' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-01-308-9/+47
|\ \ \ \
| * | | | xfs: Fix xfs_swap_extents() after removal of xfs_flushinval_pages()Torsten Kaiser2013-01-281-2/+2
| * | | | xfs: Fix possible use-after-free with AIOJan Kara2013-01-281-1/+1
| * | | | xfs: fix shutdown hang on invalid inode during createDave Chinner2013-01-283-2/+13
| * | | | xfs: limit speculative prealloc near ENOSPC thresholdsDave Chinner2013-01-281-0/+9
OpenPOWER on IntegriCloud