summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-122-7/+4
|\
| * fs: use block_device name vsprintf helperDmitry Monakhov2016-01-062-7/+4
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-01-114-68/+17
|\ \
| * | xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-134-56/+17
| * | vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-063-12/+0
* | | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-113-15/+16
|\ \ \ | |_|/ |/| |
| * | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-4/+4
| * | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-5/+8
| * | don't put symlink bodies in pagecache into highmemAl Viro2015-12-083-7/+5
| |/
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-12-074-10/+47
|\ \ | |/ |/|
| * ext4: add "static" to ext4_seq_##name##_fops structXu Cang2015-11-261-1/+1
| * ext4: fix an endianness bug in ext4_encrypted_follow_link()Al Viro2015-11-261-1/+1
| * ext4: fix an endianness bug in ext4_encrypted_zeroout()Al Viro2015-11-261-1/+1
| * ext4: Fix handling of extended tv_secDavid Turner2015-11-241-7/+44
* | ext2, ext4: warn when mounting with dax enabledDan Williams2015-11-161-1/+5
* | Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-11-134-22/+30
|\ \
| * | xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-134-22/+30
* | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-11-111-2/+2
|\| |
| * | vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler2015-11-111-2/+2
* | | remove abs64()Andrew Morton2015-11-091-2/+2
|/ /
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-073-3/+3
|\ \
| * | mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-062-2/+2
| * | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-072-4/+4
|\ \ \
| * | | fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-292-4/+4
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-11-0630-942/+1155
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | fs/ext4: remove unnecessary new_valid_dev checkYaowei Bai2015-10-291-3/+0
| * | ext4: fix abs() usage in ext4_mb_check_group_paJohn Stultz2015-10-191-2/+2
| * | ext4: do not allow journal_opts for fs w/o journalDmitry Monakhov2015-10-182-2/+32
| * | ext4: explicit mount options parsing cleanupDmitry Monakhov2015-10-181-2/+6
| * | ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2015-10-181-2/+10
| * | [PATCH] fix calculation of meta_bg descriptor backupsAndy Leiserson2015-10-181-2/+2
| * | ext4: fix potential use after free in __ext4_journal_stopLukas Czerner2015-10-171-3/+3
| * | ext4: fix xfstest generic/269 double revoked buffer bug with bigallocDaeho Jeong2015-10-171-15/+17
| * | ext4: make the bitmap read routines return real error codesDarrick J. Wong2015-10-173-85/+143
| * | ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-1715-184/+252
| * | ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong2015-10-1713-83/+98
| * | ext4: store checksum seed in superblockDarrick J. Wong2015-10-173-4/+10
| * | ext4: reserve code points for the project quota featureTheodore Ts'o2015-10-171-1/+7
| * | ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o2015-10-151-1/+33
| * | ext4 crypto: fix bugs in ext4_encrypted_zeroout()Theodore Ts'o2015-10-032-4/+22
| * | ext4 crypto: replace some BUG_ON()'s with error checksTheodore Ts'o2015-10-034-7/+15
| * | ext4 crypto: ext4_page_crypto() doesn't need a encryption contextTheodore Ts'o2015-10-034-28/+9
| * | ext4: optimize ext4_writepage() for attempted 4k delalloc writesTheodore Ts'o2015-10-031-1/+12
| * | ext4 crypto: fix memory leak in ext4_bio_write_page()Theodore Ts'o2015-10-021-1/+4
| * | ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o2015-09-236-106/+77
| * | ext4: refactor sysfs support codeTheodore Ts'o2015-09-231-133/+128
| * | ext4: move sysfs code from super.c to fs/ext4/sysfs.cTheodore Ts'o2015-09-234-410/+410
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-051-2/+2
|\ \ \