summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-2616-275/+205Star
* btrfs: unsplit printed stringsJeff Mahoney2016-09-2627-391/+324Star
* btrfs: clean the old superblocks before freeing the deviceJeff Mahoney2016-09-261-27/+11Star
* Btrfs: kill BUG_ON in run_delayed_tree_refLiu Bo2016-09-261-1/+7
* Btrfs: don't leak reloc root nodes on errorJosef Bacik2016-09-261-0/+4
* btrfs: squash lines for simple wrapper functionsMasahiro Yamada2016-09-265-28/+8Star
* 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/+1Star
* 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/+15Star
* Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-2616-109/+99Star
* 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/+0Star
* btrfs: Fix warning "variable ‘blocksize’ set but not used"Luis Henriques2016-09-261-2/+0Star
* btrfs: let btrfs_delete_unused_bgs() to clean relocated bgsNaohiro Aota2016-09-262-15/+11Star
* 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 branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-232-6/+15
|\
| * btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney2016-09-221-0/+12
| * Btrfs: handle quota reserve failure properlyJosef Bacik2016-09-221-6/+3Star
* | Merge tag 'configfs-for-4.8-2' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-09-231-0/+1
|\ \
| * | configfs: Return -EFBIG from configfs_write_bin_file.Phil Turnbull2016-09-161-0/+1
* | | fs/proc/kcore.c: Add bounce buffer for ktext dataJiri Olsa2016-09-201-1/+6
* | | fs/proc/kcore.c: Make bounce buffer global for readJiri Olsa2016-09-201-10/+14
* | | Revert "ocfs2: bump up o2cb network protocol version"Junxiao Bi2016-09-201-4/+1Star
* | | ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant2016-09-201-10/+24
* | | ocfs2: fix double unlock in case retry after free truncate logJoseph Qi2016-09-201-2/+12
* | | fanotify: fix list corruption in fanotify_get_response()Jan Kara2016-09-203-39/+25Star
* | | fsnotify: add a way to stop queueing events on group shutdownJan Kara2016-09-202-1/+26
* | | ocfs2: fix trans extend while free cached blocksJunxiao Bi2016-09-201-18/+9Star
* | | ocfs2: fix trans extend while flush truncate logJunxiao Bi2016-09-201-19/+10Star
* | | ipc/shm: fix crash if CONFIG_SHMEM is not setKirill A. Shutemov2016-09-201-0/+9
* | | autofs: use dentry flags to block walks during expireIan Kent2016-09-201-13/+42
* | | ocfs2/dlm: fix race between convert and migrationJoseph Qi2016-09-201-6/+6
* | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-09-173-20/+42
|\ \ \
| * | | Move check for prefix path to within cifs_get_root()Sachin Prabhu2016-09-101-5/+4Star
| * | | Compare prepaths when comparing superblocksSachin Prabhu2016-09-101-1/+20
| * | | Fix memory leaks in cifs_do_mount()Sachin Prabhu2016-09-103-14/+18
* | | | aio: mark AIO pseudo-fs noexecJann Horn2016-09-161-1/+6
| |/ / |/| |
* | | vfs: cap dedupe request structure size at PAGE_SIZEDarrick J. Wong2016-09-151-0/+4
* | | vfs: fix return type of ioctl_file_dedupe_rangeDarrick J. Wong2016-09-151-1/+1