| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | | | | Btrfs: introduce per-subvolume delalloc inode list | Miao Xie | 2013-06-14 | |
| | * | | | | | | | | | | | | | Btrfs: introduce grab/put functions for the root of the fs/file tree | Miao Xie | 2013-06-14 | |
| | * | | | | | | | | | | | | | Btrfs: cleanup the similar code of the fs root read | Miao Xie | 2013-06-14 | |
| | * | | | | | | | | | | | | | Btrfs: make the snap/subv deletion end more early when the fs is R/O | Miao Xie | 2013-06-14 | |
| | * | | | | | | | | | | | | | Btrfs: move the R/O check out of btrfs_clean_one_deleted_snapshot() | Miao Xie | 2013-06-14 | |
| | * | | | | | | | | | | | | | Btrfs: make the cleaner complete early when the fs is going to be umounted | Miao Xie | 2013-06-14 | |
| | * | | | | | | | | | | | | | Btrfs: remove unnecessary ->s_umount in cleaner_kthread() | Miao Xie | 2013-06-14 | |
| | * | | | | | | | | | | | | | Btrfs: cleanup: don't check the same thing twice | Stefan Behrens | 2013-06-14 | |
| | * | | | | | | | | | | | | | Btrfs: cleanup, btrfs_read_fs_root_no_name() doesn't return NULL | Stefan Behrens | 2013-06-14 | |
| | * | | | | | | | | | | | | | Btrfs: delete unused function | Stefan Behrens | 2013-06-14 | |
| | * | | | | | | | | | | | | | Btrfs: remove useless copy in quota_ctl | Liu Bo | 2013-06-14 | |
| | * | | | | | | | | | | | | | Minor format cleanup. | Andreas Philipp | 2013-06-14 | |
| | * | | | | | | | | | | | | | Btrfs: cleanup unused arguments in send.c | Tsutomu Itoh | 2013-06-14 | |
| | * | | | | | | | | | | | | | Btrfs: fix a comment | Stefan Behrens | 2013-06-14 | |
| | * | | | | | | | | | | | | | Btrfs: add ioctl to wait for qgroup rescan completion | Jan Schmidt | 2013-06-14 | |
| | * | | | | | | | | | | | | | Btrfs: introduce qgroup_ulist to avoid frequently allocating/freeing ulist | Wang Shilong | 2013-06-14 | |
| | * | | | | | | | | | | | | | btrfs: show compiled-in config features at module load time | David Sterba | 2013-06-14 | |
| | * | | | | | | | | | | | | | btrfs: move ifdef around sanity checks out of init_btrfs_fs | David Sterba | 2013-06-14 | |
| | * | | | | | | | | | | | | | btrfs: add prefix to sanity tests messages | David Sterba | 2013-06-14 | |
| | * | | | | | | | | | | | | | btrfs: add debug check for extent_io range alignment | David Sterba | 2013-06-14 | |
| | * | | | | | | | | | | | | | Btrfs: fix check on same raid type flag twice | Henrik Nordvik | 2013-06-14 | |
| * | | | | | | | | | | | | | | Merge tag 'for-linus-v3.11-rc1' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2013-07-09 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD | Chandra Seetharaman | 2013-06-28 | |
| | * | | | | | | | | | | | | | xfs: Change xfs_dquot_acct to be a 2-dimensional array | Chandra Seetharaman | 2013-06-28 | |
| | * | | | | | | | | | | | | | xfs: Code cleanup and removal of some typedef usage | Chandra Seetharaman | 2013-06-28 | |
| | * | | | | | | | | | | | | | xfs: Replace macro XFS_DQ_TO_QIP with a function | Chandra Seetharaman | 2013-06-28 | |
| | * | | | | | | | | | | | | | xfs: Replace macro XFS_DQUOT_TREE with a function | Chandra Seetharaman | 2013-06-28 | |
| | * | | | | | | | | | | | | | xfs: Define a new function xfs_is_quota_inode() | Chandra Seetharaman | 2013-06-28 | |
| | * | | | | | | | | | | | | | xfs: implement inode change count | Dave Chinner | 2013-06-28 | |
| | * | | | | | | | | | | | | | xfs: Use inode create transaction | Dave Chinner | 2013-06-27 | |
| | * | | | | | | | | | | | | | xfs: Inode create item recovery | Dave Chinner | 2013-06-27 | |
| | * | | | | | | | | | | | | | xfs: Inode create transaction reservations | Dave Chinner | 2013-06-27 | |
| | * | | | | | | | | | | | | | xfs: Inode create log items | Dave Chinner | 2013-06-27 | |
| | * | | | | | | | | | | | | | xfs: Introduce an ordered buffer item | Dave Chinner | 2013-06-27 | |
| | * | | | | | | | | | | | | | xfs: Introduce ordered log vector support | Dave Chinner | 2013-06-27 | |
| | * | | | | | | | | | | | | | xfs: xfs_ifree doesn't need to modify the inode buffer | Dave Chinner | 2013-06-27 | |
| | * | | | | | | | | | | | | | xfs: don't do IO when creating an new inode | Dave Chinner | 2013-06-27 | |
| | * | | | | | | | | | | | | | xfs: don't use speculative prealloc for small files | Dave Chinner | 2013-06-27 | |
| | * | | | | | | | | | | | | | xfs: plug directory buffer readahead | Dave Chinner | 2013-06-27 | |
| | * | | | | | | | | | | | | | xfs: add pluging for bulkstat readahead | Dave Chinner | 2013-06-27 | |
| | * | | | | | | | | | | | | | xfs: Remove dead function prototype xfs_sync_inode_grab() | Jie Liu | 2013-06-26 | |
| | * | | | | | | | | | | | | | xfs: Remove the left function variable from xfs_ialloc_get_rec() | Jie Liu | 2013-06-26 | |
| | * | | | | | | | | | | | | | xfs: check on-disk (not incore) btree root size in dfrag.c | Eric Sandeen | 2013-06-20 | |
| | * | | | | | | | | | | | | | xfs: Remove XFS_MOUNT_RETERR | Jie Liu | 2013-06-19 | |
| | * | | | | | | | | | | | | | xfs: Remove two dead transaction log reservaion macros | Jie Liu | 2013-06-19 | |
| | * | | | | | | | | | | | | | xfs: return FIEMAP_EXTENT_UNKNOWN for delayed allocation extent | Jie Liu | 2013-06-19 | |
| | * | | | | | | | | | | | | | xfs: fix the symbolic link assert in xfs_ifree | Mark Tinguely | 2013-06-19 | |
| | * | | | | | | | | | | | | | xfs: Remove struct xfs_chash from xfs_mount | Jeff Liu | 2013-06-17 | |
| | * | | | | | | | | | | | | | xfs: Don't keep silent if sunit/swidth can not be changed via mount | Jie Liu | 2013-06-17 | |
| | * | | | | | | | | | | | | | xfs: Remove redundant error variable from xfs_growfs_data_private() | Jie Liu | 2013-06-17 | |
