summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | f2fs: add a help func F2FS_STAT() to get the f2fs_stat_infoGu Zheng2013-07-302-11/+16
| * | | | f2fs: add proc entry to monitor current usage of segmentsJaegeuk Kim2013-07-302-0/+47
| * | | | f2fs: recover date requested by fdatasyncJaegeuk Kim2013-07-301-3/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2013-09-061-0/+16
|\ \ \ \ \
| * | | | | sparc: fix PCI device proc file mmap(2)Alexey Dobriyan2013-09-051-0/+16
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-0522-193/+370
|\ \ \ \ \
| * | | | | direct-io: Handle O_(D)SYNC AIOChristoph Hellwig2013-09-045-13/+40
| * | | | | direct-io: Implement generic deferred AIO completionsChristoph Hellwig2013-09-049-129/+98Star
| * | | | | switch fchmod() to fdgetAl Viro2013-09-041-6/+5Star
| * | | | | switch epoll_ctl() to fdgetAl Viro2013-09-041-16/+15Star
| * | | | | git simplify nilfs check for busy subtreeAl Viro2013-09-041-19/+7Star
| * | | | | constify touch_atime()Al Viro2013-09-041-1/+1
| * | | | | vfs: allow umount to handle mountpoints without revalidating themJeff Layton2013-09-042-1/+183
| * | | | | vfs: call d_op->d_prune() before unhashing dentryYan, Zheng2013-09-041-2/+11
| * | | | | only regular files with FMODE_WRITE need to be on s_filesAl Viro2013-09-041-2/+4
| * | | | | nfsd: racy access to ->d_name in nsfd4_encode_path()Al Viro2013-09-041-6/+8
* | | | | | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-053-3/+3
|\ \ \ \ \ \
| * | | | | | GFS2: Replace PTR_RET with PTR_ERR_OR_ZEROSteven Whitehouse2013-07-221-1/+1
| * | | | | | Btrfs: volume: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat2013-07-161-1/+1
| * | | | | | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-152-2/+2
* | | | | | | Merge tag 'dlm-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2013-09-052-22/+7Star
|\ \ \ \ \ \ \
| * | | | | | | dlm: remove signal blockingDavid Teigland2013-08-121-19/+6Star
| * | | | | | | dlm: WQ_NON_REENTRANT is meaningless and going awayTejun Heo2013-07-301-4/+1Star
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-09-0523-367/+816
|\ \ \ \ \ \ \
| * | | | | | | ext4: allow specifying external journal by pathname mount optionEric Sandeen2013-08-291-3/+44
| * | | | | | | ext4: mark group corrupt on group descriptor checksumDarrick J. Wong2013-08-292-11/+8Star
| * | | | | | | ext4: mark block group as corrupt on inode bitmap errorDarrick J. Wong2013-08-292-4/+28
| * | | | | | | ext4: mark block group as corrupt on block bitmap errorDarrick J. Wong2013-08-283-3/+31
| * | | | | | | ext4: fix type declaration of ext4_validate_block_bitmapDarrick J. Wong2013-08-282-3/+3
| * | | | | | | ext4: error out if verifying the block bitmap failsDarrick J. Wong2013-08-281-2/+6
| * | | | | | | jbd2: Fix endian mixing problems in the checksumming codeDarrick J. Wong2013-08-283-17/+18
| * | | | | | | ext4: isolate ext4_extents.h fileZheng Liu2013-08-287-29/+27Star
| * | | | | | | ext4: Fix misspellings using 'codespell' toolAnatol Pomozov2013-08-286-9/+9
| * | | | | | | ext4: convert write_begin methods to stable_page_writes semanticsDmitry Monakhov2013-08-281-2/+3
| * | | | | | | ext4: fix use of potentially uninitialized variables in debugging codeAndi Shyti2013-08-281-3/+2Star
| * | | | | | | ext4: fix lost truncate due to race with writebackJan Kara2013-08-172-9/+32
| * | | | | | | ext4: simplify truncation code in ext4_setattr()Jan Kara2013-08-171-60/+49Star
| * | | | | | | ext4: fix ext4_writepages() in presence of truncateJan Kara2013-08-171-41/+66
| * | | | | | | ext4: move test whether extent to map can be extended to one placeJan Kara2013-08-171-20/+29
| * | | | | | | ext4: fix warning in ext4_da_update_reserve_space()Jan Kara2013-08-173-5/+20
| * | | | | | | quota: provide interface for readding allocated space into reserved spaceJan Kara2013-08-172-2/+55
| * | | | | | | ext4: avoid reusing recently deleted inodes in no journal modeTheodore Ts'o2013-08-171-0/+51
| * | | | | | | ext4: allocate delayed allocation blocks before renameTheodore Ts'o2013-08-171-5/+7
| * | | | | | | ext4: start handle at least possible moment when renaming filesTheodore Ts'o2013-08-171-10/+13
| * | | | | | | ext4: add support for extent pre-cachingTheodore Ts'o2013-08-174-29/+136
| * | | | | | | ext4: cache all of an extent tree's leaf block upon readingTheodore Ts'o2013-08-176-31/+114
| * | | | | | | ext4: use unsigned int for es_status valuesTheodore Ts'o2013-08-173-26/+33
| * | | | | | | ext4: print the block number of invalid extent tree blocksTheodore Ts'o2013-08-171-12/+12
| * | | | | | | ext4: refactor code to read the extent tree blockTheodore Ts'o2013-08-171-54/+43Star
* | | | | | | | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-09-045-34/+242
|\ \ \ \ \ \ \ \