summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Btrfs: kill some BUG_ONs() in the find_parent_nodes()Wang Shilong2013-05-061-2/+4
| * | | | | | | | | | Btrfs: compare relevant parts of delayed tree refsJosef Bacik2013-05-061-10/+14
| * | | | | | | | | | Btrfs: fix infinite loop when we abort on mountJosef Bacik2013-05-062-3/+6
| * | | | | | | | | | Btrfs: fix a warning when disabling quotaWang Shilong2013-05-061-2/+0
| * | | | | | | | | | Btrfs: pass NULL instead of 0Liu Bo2013-05-061-1/+1
| * | | | | | | | | | btrfs: make subvol creation/deletion killable in the early stagesDavid Sterba2013-05-061-2/+6
| * | | | | | | | | | btrfs: cover more error codes in btrfs_decode_errorDavid Sterba2013-05-061-0/+6
| * | | | | | | | | | btrfs: make orphan cleanup less verboseDavid Sterba2013-05-061-2/+2
| * | | | | | | | | | btrfs: deprecate subvolrootid mount optionDavid Sterba2013-05-061-13/+4
| * | | | | | | | | | Btrfs: Include the device in most error printk()sSimon Kirby2013-05-068-109/+133
| * | | | | | | | | | btrfs: update kconfig titleDavid Sterba2013-05-061-1/+1
| * | | | | | | | | | btrfs: clean snapshots one by oneDavid Sterba2013-05-065-29/+57
| * | | | | | | | | | btrfs: Cleanup some redundant codes in btrfs_log_inode()Zhi Yong Wu2013-05-061-2/+0
| * | | | | | | | | | btrfs: Cleanup some redundant codes in btrfs_lookup_csums_range()Zhi Yong Wu2013-05-061-5/+2
| * | | | | | | | | | Btrfs: share stop worker codeLiu Bo2013-05-061-32/+23
| * | | | | | | | | | Btrfs: add a incompatible format change for smaller metadata extent refsJosef Bacik2013-05-067-67/+290
| * | | | | | | | | | Btrfs: use helper to cleanup tree rootsLiu Bo2013-05-061-14/+1
| * | | | | | | | | | Btrfs: cleanup unused arguments of btrfs_csum_dataLiu Bo2013-05-067-21/+15
| * | | | | | | | | | btrfs: clean up transaction abort messagesDavid Sterba2013-05-063-28/+25
| * | | | | | | | | | btrfs: merge save_error_info helpers into oneDavid Sterba2013-05-061-6/+1
| * | | | | | | | | | Btrfs: add some free space cache testsJosef Bacik2013-05-064-0/+540
| * | | | | | | | | | Btrfs: cleanup unused functionLiu Bo2013-04-291-1/+0
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'for-linus-v3.10-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-05-0915-32/+83
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | xfs: fallback to vmalloc for large buffers in xfs_compat_attrlist_by_handleEric Sandeen2013-05-071-4/+10
| * | | | | | | | | | xfs: fallback to vmalloc for large buffers in xfs_attrlist_by_handleEric Sandeen2013-05-071-4/+10
| * | | | | | | | | | xfs: introduce CONFIG_XFS_WARNDave Chinner2013-05-0713-24/+63
* | | | | | | | | | | Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-05-097-42/+169
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | NFS4.1 Fix data server connection raceAndy Adamson2013-05-082-2/+26
| * | | | | | | | | | | NFSv3: match sec= flavor against server listWeston Andros Adamson2013-05-061-7/+41
| * | | | | | | | | | | NFSv4.1: Ensure that we free the lock stateid on the serverTrond Myklebust2013-05-063-7/+24
| * | | | | | | | | | | NFSv4: Convert nfs41_free_stateid to use an asynchronous RPC callTrond Myklebust2013-05-062-24/+76
| * | | | | | | | | | | NFSv4.x: Fix handling of partially delegated locksTrond Myklebust2013-05-031-2/+2
* | | | | | | | | | | | Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-05-0817-682/+982
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | f2fs: cover free_nid management with spin_lockJaegeuk Kim2013-05-081-16/+18
| * | | | | | | | | | | f2fs: optimize scan_nat_page()Haicheng Li2013-05-081-5/+9
| * | | | | | | | | | | f2fs: code cleanup for scan_nat_page() and build_free_nids()Haicheng Li2013-05-081-6/+4
| * | | | | | | | | | | f2fs: bugfix for alloc_nid_failed()Haicheng Li2013-05-081-2/+6
| * | | | | | | | | | | f2fs: recover when journal contains deleted filesChris Fries2013-05-081-2/+6
| * | | | | | | | | | | f2fs: continue to mount after failing recoveryChris Fries2013-05-081-4/+3
| * | | | | | | | | | | f2fs: avoid deadlock during evict after f2fs_gcJaegeuk Kim2013-05-083-2/+26
| * | | | | | | | | | | f2fs: modify the number of issued pages to merge IOsJaegeuk Kim2013-04-303-5/+14
| * | | | | | | | | | | f2fs: remove useless #include <linux/proc_fs.h> as we're now using sysfs as d...Haicheng Li2013-04-303-3/+0
| * | | | | | | | | | | f2fs: fix inconsistent using of NM_WOUT_THRESHOLDHaicheng Li2013-04-301-1/+1
| * | | | | | | | | | | f2fs: check truncation of mapping after lock_pageJaegeuk Kim2013-04-294-7/+39
| * | | | | | | | | | | f2fs: enhance alloc_nid and build_free_nids flowsJaegeuk Kim2013-04-292-47/+37
| * | | | | | | | | | | f2fs: add a tracepoint on f2fs_new_inodeJaegeuk Kim2013-04-291-1/+2
| * | | | | | | | | | | f2fs: check nid == 0 in add_free_nidJaegeuk Kim2013-04-261-4/+4
| * | | | | | | | | | | f2fs: add REQ_META about metadata requests for submitNamjae Jeon2013-04-261-0/+3
| * | | | | | | | | | | f2fs: give a chance to merge IOs by IO schedulerJaegeuk Kim2013-04-267-10/+36
| * | | | | | | | | | | f2fs: avoid frequent background GCJaegeuk Kim2013-04-262-6/+9
OpenPOWER on IntegriCloud