summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-3.16-merge-window' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-06-082-2/+2
|\
| * 9P: fix return value in v9fs_fid_xattr_setDominique Martinet2014-06-011-1/+1
| * fs/9p: adjust sscanf parameters accordingly to the variable typesToralf Förster2014-06-011-1/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-06-0820-429/+494
|\ \
| * | ext4: handle symlink properly with inline_dataZheng Liu2014-06-021-0/+3
| * | ext4: fix wrong assert in ext4_mb_normalize_request()Maurizio Lombardi2014-05-271-1/+1
| * | ext4: fix zeroing of page during writebackJan Kara2014-05-271-13/+11Star
| * | ext4: remove unused local variable "stored" from ext4_readdir(...)Giedrius Rekasius2014-05-271-2/+1Star
| * | ext4: fix ZERO_RANGE test failure in data journallingNamjae Jeon2014-05-271-0/+7
| * | ext4: reduce contention on s_orphan_lockJan Kara2014-05-261-44/+65
| * | ext4: use sbi in ext4_orphan_{add|del}()Jan Kara2014-05-261-16/+15Star
| * | ext4: use EXT_MAX_BLOCKS in ext4_es_can_be_merged()Lukas Czerner2014-05-131-1/+7
| * | ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie2014-05-1310-0/+33
| * | ext4: remove unnecessary double parenthesesLukas Czerner2014-05-125-11/+11
| * | ext4: do not destroy ext4_groupinfo_caches if ext4_mb_init() failsAndrey Tsyvarev2014-05-121-3/+1Star
| * | ext4: make local functions staticStephen Hemminger2014-05-129-54/+26Star
| * | ext4: fix block bitmap validation when bigalloc, ^flex_bgDarrick J. Wong2014-05-121-5/+7
| * | ext4: fix block bitmap initialization under sparse_super2Darrick J. Wong2014-05-122-15/+22
| * | ext4: find the group descriptors on a 1k-block bigalloc,meta_bg filesystemDarrick J. Wong2014-05-121-0/+10
| * | ext4: avoid unneeded lookup when xattr name is invalidZhang Zhen2014-05-121-0/+3
| * | ext4: fix data integrity sync in ordered modeNamjae Jeon2014-05-123-5/+12
| * | ext4: remove obsoleted checkDmitry Monakhov2014-04-211-2/+1Star
| * | ext4: add a new spinlock i_raw_lock to protect the ext4's raw inodeTheodore Ts'o2014-04-213-19/+25
| * | ext4: fix locking for O_APPEND writesTheodore Ts'o2014-04-211-16/+26
| * | ext4: factor out common code in ext4_file_write()Theodore Ts'o2014-04-211-34/+22Star
| * | ext4: move ext4_file_dio_write() into ext4_file_write()Theodore Ts'o2014-04-211-74/+64Star
| * | ext4: inline generic_file_aio_write() into ext4_file_write()Theodore Ts'o2014-04-211-4/+16
| * | ext4: rename uninitialized extents to unwrittenLukas Czerner2014-04-218-159/+159
| * | ext4: get rid of EXT4_MAP_UNINIT flagLukas Czerner2014-04-213-12/+7Star
* | | Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-08213-4503/+2190Star
|\ \ \
| * \ \ Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd into nextLinus Torvalds2014-06-084-81/+98
| |\ \ \
| | * | | ore: Support for raid 6Boaz Harrosh2014-05-224-37/+80
| | * | | ore: Remove redundant dev_order(), more cleanupsBoaz Harrosh2014-05-223-31/+10Star
| | * | | ore: (trivial) reformat some codeBoaz Harrosh2014-05-222-14/+9Star
| * | | | ufs: sb mutex merge + mutex_destroyFabian Frederick2014-06-074-43/+33Star
| * | | | fs/dlm/debug_fs.c: replace seq_printf by seq_putsFabian Frederick2014-06-071-17/+17
| * | | | fs/dlm/lockspace.c: convert simple_str to kstrFabian Frederick2014-06-071-4/+17
| * | | | fs/dlm/config.c: convert simple_str to kstrFabian Frederick2014-06-071-6/+20
| * | | | fs/reiserfs/stree.c: remove obsolete __constantFabian Frederick2014-06-071-4/+4
| * | | | fs/reiserfs/bitmap.c: coding style fixesFabian Frederick2014-06-071-7/+6Star
| * | | | fs: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-075-6/+6
| * | | | ntfs: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-071-2/+2
| * | | | inotify: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-071-1/+1
| * | | | nfs: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-072-6/+6
| * | | | lockd: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-071-3/+3
| * | | | fscache: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-071-2/+2
| * | | | coda: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-071-2/+2
| * | | | fs/devpts/inode.c: convert printk to pr_foo()Fabian Frederick2014-06-071-11/+15
| * | | | fs/cachefiles: replace kerror by pr_errFabian Frederick2014-06-078-54/+58
| * | | | FS/CACHEFILES: convert printk to pr_foo()Fabian Frederick2014-06-076-52/+39Star