Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | Btrfs: do not pin while under spin lock | Josef Bacik | 2013-06-14 | 1 | -4/+8 | |
| * | | | | | | | | | | | | Btrfs: Cocci spatch "memdup.spatch" | Thomas Meyer | 2013-06-14 | 1 | -2/+1 | |
| * | | | | | | | | | | | | Btrfs: Cocci spatch "ptr_ret.spatch" | Thomas Meyer | 2013-06-14 | 1 | -4/+1 | |
| * | | | | | | | | | | | | Btrfs: fix qgroup rescan resume on mount | Jan Schmidt | 2013-06-14 | 3 | -69/+125 | |
| * | | | | | | | | | | | | Btrfs: avoid double free of fs_info->qgroup_ulist | Jan Schmidt | 2013-06-14 | 1 | -2/+6 | |
| * | | | | | | | | | | | | Btrfs: fix memory patcher through fs_info->qgroup_ulist | Jan Schmidt | 2013-06-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Btrfs: simplify unlink reservations | Josef Bacik | 2013-06-14 | 3 | -191/+50 | |
| * | | | | | | | | | | | | Btrfs: merge pending IO for tree log write back | Miao Xie | 2013-06-14 | 2 | -6/+17 | |
| * | | | | | | | | | | | | Btrfs: allow file data clone within a file | Liu Bo | 2013-06-14 | 1 | -7/+19 | |
| * | | | | | | | | | | | | Btrfs: remove unused code in btrfs_del_root | Liu Bo | 2013-06-14 | 1 | -4/+0 | |
| * | | | | | | | | | | | | Btrfs: kill replicate code in replay_one_buffer | Liu Bo | 2013-06-14 | 1 | -7/+2 | |
| * | | | | | | | | | | | | Btrfs: check if leaf's parent exists before pushing items around | Liu Bo | 2013-06-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Btrfs: dont do log_removal in insert_new_root | Liu Bo | 2013-06-14 | 1 | -5/+5 | |
| * | | | | | | | | | | | | Btrfs: return error code in btrfs_check_trunc_cache_free_space() | Wei Yongjun | 2013-06-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Btrfs: fix estale with btrfs send | Josef Bacik | 2013-06-14 | 1 | -0/+35 | |
| * | | | | | | | | | | | | btrfs: device delete to get errors from the kernel | Anand Jain | 2013-06-14 | 2 | -30/+18 | |
| * | | | | | | | | | | | | Btrfs: do delay iput in sync_fs | Josef Bacik | 2013-06-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Btrfs: make the state of the transaction more readable | Miao Xie | 2013-06-14 | 4 | -94/+116 | |
| * | | | | | | | | | | | | Btrfs: remove the time check in btrfs_commit_transaction() | Miao Xie | 2013-06-14 | 1 | -23/+6 | |
| * | | | | | | | | | | | | Btrfs: remove unnecessary varient ->num_joined in btrfs_transaction structure | Miao Xie | 2013-06-14 | 2 | -9/+1 | |
| * | | | | | | | | | | | | Btrfs: don't flush the delalloc inodes in the while loop if flushoncommit is set | Miao Xie | 2013-06-14 | 1 | -8/+18 | |
| * | | | | | | | | | | | | Btrfs: don't wait for all the writers circularly during the transaction commit | Miao Xie | 2013-06-14 | 2 | -21/+65 | |
| * | | | | | | | | | | | | Btrfs: remove the code for the impossible case in cleanup_transaction() | Miao Xie | 2013-06-14 | 1 | -5/+6 | |
| * | | | | | | | | | | | | Btrfs: cleanup unnecessary assignment when cleaning up all the residual trans... | Miao Xie | 2013-06-14 | 1 | -8/+1 | |
| * | | | | | | | | | | | | Btrfs: just flush the delalloc inodes in the source tree before snapshot crea... | Miao Xie | 2013-06-14 | 2 | -9/+7 | |
| * | | | | | | | | | | | | Btrfs: introduce per-subvolume ordered extent list | Miao Xie | 2013-06-14 | 10 | -58/+143 | |
| * | | | | | | | | | | | | Btrfs: introduce per-subvolume delalloc inode list | Miao Xie | 2013-06-14 | 7 | -67/+183 | |
| * | | | | | | | | | | | | Btrfs: introduce grab/put functions for the root of the fs/file tree | Miao Xie | 2013-06-14 | 4 | -3/+26 | |
| * | | | | | | | | | | | | Btrfs: cleanup the similar code of the fs root read | Miao Xie | 2013-06-14 | 9 | -269/+228 | |
| * | | | | | | | | | | | | Btrfs: make the snap/subv deletion end more early when the fs is R/O | Miao Xie | 2013-06-14 | 3 | -14/+15 | |
| * | | | | | | | | | | | | Btrfs: move the R/O check out of btrfs_clean_one_deleted_snapshot() | Miao Xie | 2013-06-14 | 2 | -5/+9 | |
| * | | | | | | | | | | | | Btrfs: make the cleaner complete early when the fs is going to be umounted | Miao Xie | 2013-06-14 | 1 | -5/+7 | |
| * | | | | | | | | | | | | Btrfs: remove unnecessary ->s_umount in cleaner_kthread() | Miao Xie | 2013-06-14 | 1 | -12/+28 | |
| * | | | | | | | | | | | | Btrfs: cleanup: don't check the same thing twice | Stefan Behrens | 2013-06-14 | 5 | -27/+0 | |
| * | | | | | | | | | | | | Btrfs: cleanup, btrfs_read_fs_root_no_name() doesn't return NULL | Stefan Behrens | 2013-06-14 | 2 | -8/+2 | |
| * | | | | | | | | | | | | Btrfs: delete unused function | Stefan Behrens | 2013-06-14 | 1 | -14/+0 | |
| * | | | | | | | | | | | | Btrfs: remove useless copy in quota_ctl | Liu Bo | 2013-06-14 | 1 | -3/+0 | |
| * | | | | | | | | | | | | Minor format cleanup. | Andreas Philipp | 2013-06-14 | 1 | -2/+2 | |
| * | | | | | | | | | | | | Btrfs: cleanup unused arguments in send.c | Tsutomu Itoh | 2013-06-14 | 1 | -99/+90 | |
| * | | | | | | | | | | | | Btrfs: fix a comment | Stefan Behrens | 2013-06-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Btrfs: add ioctl to wait for qgroup rescan completion | Jan Schmidt | 2013-06-14 | 3 | -0/+35 | |
| * | | | | | | | | | | | | Btrfs: introduce qgroup_ulist to avoid frequently allocating/freeing ulist | Wang Shilong | 2013-06-14 | 3 | -34/+43 | |
| * | | | | | | | | | | | | btrfs: show compiled-in config features at module load time | David Sterba | 2013-06-14 | 2 | -6/+13 | |
| * | | | | | | | | | | | | btrfs: move ifdef around sanity checks out of init_btrfs_fs | David Sterba | 2013-06-14 | 3 | -5/+3 | |
| * | | | | | | | | | | | | btrfs: add prefix to sanity tests messages | David Sterba | 2013-06-14 | 1 | -48/+49 | |
| * | | | | | | | | | | | | btrfs: add debug check for extent_io range alignment | David Sterba | 2013-06-14 | 1 | -0/+27 | |
| * | | | | | | | | | | | | Btrfs: fix check on same raid type flag twice | Henrik Nordvik | 2013-06-14 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge tag 'for-linus-v3.11-rc1' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2013-07-09 | 43 | -477/+1180 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD | Chandra Seetharaman | 2013-06-28 | 7 | -53/+123 | |
| * | | | | | | | | | | | | xfs: Change xfs_dquot_acct to be a 2-dimensional array | Chandra Seetharaman | 2013-06-28 | 2 | -23/+20 |