summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | btrfs: squash lines for simple wrapper functionsMasahiro Yamada2016-09-265-28/+8
| * | | | Btrfs: improve check_node to avoid reading corrupted nodesLiu Bo2016-09-261-4/+28
| * | | | Btrfs: add error handling for extent buffer in print treeLiu Bo2016-09-261-0/+7
| * | | | Btrfs: remove BUG_ON in start_transactionLiu Bo2016-09-261-4/+1
| * | | | Btrfs: memset to avoid stale content in btree node blockLiu Bo2016-09-261-0/+11
| * | | | Btrfs: return gracefully from balance if fs tree is corruptedLiu Bo2016-09-261-6/+17
| * | | | Btrfs: kill BUG_ON()'s in btrfs_mark_extent_writtenJosef Bacik2016-09-261-8/+33
| * | | | Btrfs: kill the start argument to read_extent_buffer_pagesJosef Bacik2016-09-263-28/+15
| * | | | Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-2616-109/+99
| * | | | btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Qu Wenruo2016-09-267-25/+37
| * | | | btrfs: add dynamic debug supportJeff Mahoney2016-09-261-1/+30
| * | | | btrfs: Fix warning "variable ‘gen’ set but not used"Luis Henriques2016-09-261-2/+0
| * | | | btrfs: Fix warning "variable ‘blocksize’ set but not used"Luis Henriques2016-09-261-2/+0
| * | | | btrfs: let btrfs_delete_unused_bgs() to clean relocated bgsNaohiro Aota2016-09-262-15/+11
| * | | | Btrfs: bail out if block group has different mixed flagLiu Bo2016-09-261-0/+14
| * | | | Btrfs: fix memory leak in reading btree blocksLiu Bo2016-09-261-0/+9
| * | | | Btrfs: remove BUG() in raid56Liu Bo2016-09-261-1/+4
| * | | | btrfs: fix check_shared for fiemap ioctlLu Fengqi2016-09-262-10/+369
| * | | | btrfs: create example debugfs file only in debugging buildDavid Sterba2016-09-261-0/+9
| * | | | btrfs: fix perms on demonstration debugfs interfaceEric Sandeen2016-09-261-1/+1
| * | | | Btrfs: fix memory leak of block group cacheLiu Bo2016-09-263-0/+75
* | | | | Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-10-119-42/+411
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | UBIFS: improve function-level documentationJulia Lawall2016-10-025-7/+5
| * | | | ubifs: fix host xattr_len when changing xattrPascal Eberhard2016-10-021-2/+4
| * | | | ubifs: Use move variable in ubifs_rename()Richard Weinberger2016-10-021-2/+2
| * | | | ubifs: Implement RENAME_EXCHANGERichard Weinberger2016-10-023-6/+204
| * | | | ubifs: Implement RENAME_WHITEOUTRichard Weinberger2016-10-023-33/+134
| * | | | ubifs: Implement O_TMPFILERichard Weinberger2016-10-021-0/+71
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-111-1/+1
|\ \ \ \
| * \ \ \ Merge tag 'rxrpc-rewrite-20161004' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2016-10-061-1/+1
| |\ \ \ \
| | * | | | afs: Check for fatal error when in waiting for ack stateDavid Howells2016-10-061-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10158-381/+520
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-1070-244/+483
| |\ \ \ \ \ \
| | * | | | | | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-2748-53/+53
| | * | | | | | vfs: remove unused i_op->renameMiklos Szeredi2016-09-272-14/+4
| | * | | | | | fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-2716-29/+72
| | * | | | | | libfs: support RENAME_NOREPLACE in simple_rename()Miklos Szeredi2016-09-274-4/+8
| | * | | | | | fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-2722-42/+123
| | * | | | | | ncpfs: fix unused variable warningMiklos Szeredi2016-09-271-2/+1
| | | |_|_|/ / | | |/| | | |
| * | | | | | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-2732-68/+68
| * | | | | | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-2747-105/+105
| * | | | | | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-2761-138/+138
| * | | | | | fs: proc: Delete inode time initializations in proc_alloc_inode()Deepa Dinamani2016-09-271-1/+0
| * | | | | | vfs: Add current_time() apiDeepa Dinamani2016-09-271-0/+23
* | | | | | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-1065-545/+338
|\ \ \ \ \ \ \
| * | | | | | | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-0748-282/+0
| * | | | | | | Merge remote-tracking branch 'fuse/xattr' into work.xattrAl Viro2016-10-075-157/+221
| |\ \ \ \ \ \ \
| * | | | | | | | xattr: Stop calling {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-072-18/+37
| * | | | | | | | vfs: Check for the IOP_XATTR flag in listxattrAndreas Gruenbacher2016-10-071-6/+7
| * | | | | | | | xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-077-36/+55
OpenPOWER on IntegriCloud