| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | VFS: assorted weird filesystems: d_inode() annotations | David Howells | 2015-04-15 | 3 | -11/+11 |
| * | | | | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 266 | -1351/+1350 |
| * | | | | VFS: Cachefiles should perform fs modifications on the top layer only | David Howells | 2015-04-15 | 2 | -28/+28 |
* | | | | | Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2015-04-24 | 10 | -77/+35 |
|\ \ \ \ \ |
|
| * | | | | | nfsd: fix nsfd startup race triggering BUG_ON | Giuseppe Cantavenera | 2015-04-21 | 1 | -8/+8 |
| * | | | | | nfsd: eliminate NFSD_DEBUG | Mark Salter | 2015-04-21 | 3 | -3/+3 |
| * | | | | | nfsd4: fix READ permission checking | J. Bruce Fields | 2015-04-21 | 1 | -4/+8 |
| * | | | | | nfsd4: disallow SEEK with special stateids | J. Bruce Fields | 2015-04-21 | 1 | -0/+2 |
| * | | | | | nfsd4: disallow ALLOCATE with special stateids | J. Bruce Fields | 2015-04-21 | 1 | -0/+2 |
| * | | | | | nfsd: add NFSEXP_PNFS to the exflags array | Christoph Hellwig | 2015-04-03 | 1 | -0/+1 |
| * | | | | | nfsd: Remove duplicate macro define for max sec label length | Kinglong Mee | 2015-03-31 | 3 | -3/+2 |
| * | | | | | nfsd: allow setting acls with unenforceable DENYs | J. Bruce Fields | 2015-03-31 | 1 | -49/+1 |
| * | | | | | nfsd: NFSD_FAULT_INJECTION depends on DEBUG_FS | Chengyu Song | 2015-03-31 | 1 | -1/+1 |
| * | | | | | nfsd: remove unused status arg to nfsd4_cleanup_open_state | Jeff Layton | 2015-03-31 | 3 | -3/+3 |
| * | | | | | nfsd: remove bogus setting of status in nfsd4_process_open2 | Jeff Layton | 2015-03-31 | 1 | -1/+0 |
| * | | | | | NFSD: Use correct reply size calculating function | Kinglong Mee | 2015-03-31 | 1 | -2/+2 |
| * | | | | | NFSD: Using path_equal() for checking two paths | Kinglong Mee | 2015-03-31 | 2 | -3/+2 |
* | | | | | | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-04-24 | 46 | -897/+2113 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | btrfs: quota: Update quota tree after qgroup relationship change. | Qu Wenruo | 2015-04-13 | 1 | -0/+5 |
| * | | | | | btrfs: quota: Automatically update related qgroups or mark INCONSISTENT flags... | Qu Wenruo | 2015-04-13 | 1 | -57/+126 |
| * | | | | | btrfs: qgroup: clear STATUS_FLAG_ON in disabling quota. | Dongsheng Yang | 2015-04-13 | 1 | -0/+1 |
| * | | | | | btrfs: Update btrfs qgroup status item when rescan is done. | Qu Wenruo | 2015-04-13 | 1 | -1/+24 |
| * | | | | | btrfs: qgroup: Fix dead judgement on qgroup_rescan_leaf() return value. | Qu Wenruo | 2015-04-13 | 1 | -3/+3 |
| * | | | | | btrfs: Don't allow subvolid >= (1 << BTRFS_QGROUP_LEVEL_SHIFT) to be created | Qu Wenruo | 2015-04-13 | 2 | -1/+9 |
| * | | | | | btrfs: Check qgroup level in kernel qgroup assign. | Qu Wenruo | 2015-04-13 | 2 | -0/+10 |
| * | | | | | btrfs: qgroup: allow to remove qgroup which has parent but no child. | Dongsheng Yang | 2015-04-13 | 1 | -5/+25 |
| * | | | | | btrfs: qgroup: return EINVAL if level of parent is not higher than child's. | Dongsheng Yang | 2015-04-13 | 1 | -0/+5 |
| * | | | | | btrfs: qgroup: do a reservation in a higher level. | Dongsheng Yang | 2015-04-13 | 7 | -121/+14 |
| * | | | | | Btrfs: qgroup, Account data space in more proper timings. | Dongsheng Yang | 2015-04-13 | 2 | -16/+10 |
| * | | | | | Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use. | Dongsheng Yang | 2015-04-13 | 4 | -6/+104 |
| * | | | | | Btrfs: qgroup: free reserved in exceeding quota. | Dongsheng Yang | 2015-04-13 | 1 | -1/+4 |
| * | | | | | Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup(). | Dongsheng Yang | 2015-04-13 | 4 | -7/+5 |
| * | | | | | btrfs: qgroup: fix limit args override whole limit struct | Dongsheng Yang | 2015-04-13 | 1 | -5/+10 |
| * | | | | | btrfs: qgroup: update limit info in function btrfs_run_qgroups(). | Dongsheng Yang | 2015-04-13 | 1 | -0/+4 |
| * | | | | | btrfs: qgroup: consolidate the parameter of fucntion update_qgroup_limit_item(). | Dongsheng Yang | 2015-04-13 | 1 | -27/+24 |
| * | | | | | btrfs: qgroup: update qgroup in memory at the same time when we update it in ... | Dongsheng Yang | 2015-04-13 | 1 | -11/+17 |
| * | | | | | btrfs: qgroup: inherit limit info from srcgroup in creating snapshot. | Dongsheng Yang | 2015-04-13 | 1 | -0/+8 |
| * | | | | | btrfs: Support busy loop of write and delete | Zhao Lei | 2015-04-13 | 1 | -12/+14 |
| * | | | | | btrfs: Fix NO_SPACE bug caused by delayed-iput | Zhao Lei | 2015-04-13 | 4 | -1/+13 |
| * | | | | | btrfs: add WARN_ON() to check is space_info op current | Zhao Lei | 2015-04-13 | 1 | -0/+10 |
| * | | | | | btrfs: Set relative data on clear btrfs_block_group_cache->pinned | Zhao Lei | 2015-04-13 | 1 | -0/+10 |
| * | | | | | btrfs: Adjust commit-transaction condition to avoid NO_SPACE more | Zhao Lei | 2015-04-13 | 1 | -1/+2 |
| * | | | | | btrfs: Fix tail space processing in find_free_dev_extent() | Zhao Lei | 2015-04-13 | 1 | -11/+13 |
| * | | | | | btrfs: fix condition of commit transaction | Zhao Lei | 2015-04-13 | 1 | -7/+15 |
| * | | | | | Btrfs: fix uninit variable in clone ioctl | Chris Mason | 2015-04-13 | 1 | -1/+1 |
| * | | | | | Btrfs: fix inode eviction infinite loop after cloning into it | Filipe Manana | 2015-04-13 | 1 | -0/+5 |
| * | | | | | Btrfs: fix inode eviction infinite loop after extent_same ioctl | Filipe Manana | 2015-04-13 | 1 | -0/+3 |
| * | | | | | Btrfs: fix range cloning when same inode used as source and destination | Filipe Manana | 2015-04-13 | 1 | -2/+4 |
| * | | | | | Btrfs: fix use after free when close_ctree frees the orphan_rsv | Chris Mason | 2015-04-10 | 3 | -1/+7 |
| * | | | | | Btrfs: allow block group cache writeout outside critical section in commit | Chris Mason | 2015-04-10 | 9 | -37/+341 |