summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-237-40/+40
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-227-40/+40
* | ext4: call dax_pfn_mkwrite() for DAX fsync/msyncRoss Zwisler2016-01-221-1/+3
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-01-2212-271/+867
|\
| * ext4: add FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface supportLi Xi2016-01-082-87/+336
| * ext4: add project quota supportLi Xi2016-01-082-6/+61
| * ext4: adds project ID supportLi Xi2016-01-085-4/+68
| * ext4 crypto: simplify interfaces to directory entry insert functionsTheodore Ts'o2016-01-083-17/+11
| * ext4 crypto: add missing locking for keyring_key accessTheodore Ts'o2015-12-101-0/+4
| * ext4: use pre-zeroed blocks for DAX page faultsJan Kara2015-12-073-36/+74
| * ext4: implement allocation of pre-zeroed blocksJan Kara2015-12-073-3/+34
| * ext4: provide ext4_issue_zeroout()Jan Kara2015-12-074-15/+23
| * ext4: get rid of EXT4_GET_BLOCKS_NO_LOCK flagJan Kara2015-12-072-26/+21
| * ext4: document lock orderingJan Kara2015-12-071-0/+30
| * ext4: fix races of writeback with punch hole and zero rangeJan Kara2015-12-073-1/+42
| * ext4: fix races between buffered IO and collapse / insert rangeJan Kara2015-12-071-28/+31
| * ext4: move unlocked dio protection from ext4_alloc_file_blocks()Jan Kara2015-12-071-11/+10
| * ext4: fix races between page faults and hole punchingJan Kara2015-12-076-42/+127
* | 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
OpenPOWER on IntegriCloud