aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney20-177/+231
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney16-275/+205
2016-09-26btrfs: unsplit printed stringsJeff Mahoney27-391/+324
2016-09-26btrfs: clean the old superblocks before freeing the deviceJeff Mahoney1-27/+11
2016-09-26Btrfs: kill BUG_ON in run_delayed_tree_refLiu Bo1-1/+7
2016-09-26Btrfs: don't leak reloc root nodes on errorJosef Bacik1-0/+4
2016-09-26btrfs: squash lines for simple wrapper functionsMasahiro Yamada5-28/+8
2016-09-26Btrfs: improve check_node to avoid reading corrupted nodesLiu Bo1-4/+28
2016-09-26Btrfs: add error handling for extent buffer in print treeLiu Bo1-0/+7
2016-09-26Btrfs: remove BUG_ON in start_transactionLiu Bo1-4/+1
2016-09-26Btrfs: memset to avoid stale content in btree node blockLiu Bo1-0/+11
2016-09-26Btrfs: return gracefully from balance if fs tree is corruptedLiu Bo1-6/+17
2016-09-26Btrfs: kill BUG_ON()'s in btrfs_mark_extent_writtenJosef Bacik1-8/+33
2016-09-26Btrfs: kill the start argument to read_extent_buffer_pagesJosef Bacik3-28/+15
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik16-109/+99
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band dedupe and subpage size patchsetQu Wenruo7-25/+37
2016-09-26btrfs: add dynamic debug supportJeff Mahoney1-1/+30
2016-09-26btrfs: Fix warning "variable ‘gen’ set but not used"Luis Henriques1-2/+0
2016-09-26btrfs: Fix warning "variable ‘blocksize’ set but not used"Luis Henriques1-2/+0
2016-09-26btrfs: let btrfs_delete_unused_bgs() to clean relocated bgsNaohiro Aota2-15/+11
2016-09-26Btrfs: bail out if block group has different mixed flagLiu Bo1-0/+14
2016-09-26Btrfs: fix memory leak in reading btree blocksLiu Bo1-0/+9
2016-09-26Btrfs: remove BUG() in raid56Liu Bo1-1/+4
2016-09-26btrfs: fix check_shared for fiemap ioctlLu Fengqi2-10/+369
2016-09-26btrfs: create example debugfs file only in debugging buildDavid Sterba1-0/+9
2016-09-26btrfs: fix perms on demonstration debugfs interfaceEric Sandeen1-1/+1
2016-09-26Btrfs: fix memory leak of block group cacheLiu Bo3-0/+75
2016-09-23Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds2-6/+15
2016-09-23Merge tag 'configfs-for-4.8-2' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-0/+1
2016-09-21btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney1-0/+12
2016-09-21Btrfs: handle quota reserve failure properlyJosef Bacik1-6/+3
2016-09-20fs/proc/kcore.c: Add bounce buffer for ktext dataJiri Olsa1-1/+6
2016-09-20fs/proc/kcore.c: Make bounce buffer global for readJiri Olsa1-10/+14
2016-09-19Revert "ocfs2: bump up o2cb network protocol version"Junxiao Bi1-4/+1
2016-09-19ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant1-10/+24
2016-09-19ocfs2: fix double unlock in case retry after free truncate logJoseph Qi1-2/+12
2016-09-19fanotify: fix list corruption in fanotify_get_response()Jan Kara3-39/+25
2016-09-19fsnotify: add a way to stop queueing events on group shutdownJan Kara2-1/+26
2016-09-19ocfs2: fix trans extend while free cached blocksJunxiao Bi1-18/+9
2016-09-19ocfs2: fix trans extend while flush truncate logJunxiao Bi1-19/+10
2016-09-19ipc/shm: fix crash if CONFIG_SHMEM is not setKirill A. Shutemov1-0/+9
2016-09-19autofs: use dentry flags to block walks during expireIan Kent1-13/+42
2016-09-19ocfs2/dlm: fix race between convert and migrationJoseph Qi1-6/+6
2016-09-16Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-20/+42
2016-09-16configfs: Return -EFBIG from configfs_write_bin_file.Phil Turnbull1-0/+1
2016-09-15aio: mark AIO pseudo-fs noexecJann Horn1-1/+6
2016-09-15vfs: cap dedupe request structure size at PAGE_SIZEDarrick J. Wong1-0/+4
2016-09-15vfs: fix return type of ioctl_file_dedupe_rangeDarrick J. Wong1-1/+1
2016-09-12Merge tag 'nfs-for-4.8-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-24/+44
2016-09-11NFSv4.1: Fix the CREATE_SESSION slot number accountingTrond Myklebust1-2/+10