summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | fs/efivarfs/super.c: use static const for dentry_operationsFabian Frederick2014-06-041-1/+1
* | | | fs/superblock: avoid locking counting inodes and dentries before reclaiming themTim Chen2014-06-041-4/+8
* | | | fs/superblock: unregister sb shrinker before ->kill_sb()Dave Chinner2014-06-041-3/+1
* | | | fs/hugetlbfs/inode.c: remove null test before kfreeFabian Frederick2014-06-041-2/+1
* | | | fs/hugetlbfs/inode.c: use static const for dentry_operationsFabian Frederick2014-06-041-1/+1
* | | | fs/hugetlbfs/inode.c: add static to hugetlbfs_i_mmap_mutex_keyFabian Frederick2014-06-041-1/+1
* | | | mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2014-06-0411-28/+23
* | | | fs: buffer: do not use unnecessary atomic operations when discarding buffersMel Gorman2014-06-041-5/+16
* | | | mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman2014-06-041-1/+1
* | | | fs/block_dev.c: add bdev_read_page() and bdev_write_page()Matthew Wilcox2014-06-042-0/+75
* | | | fs/mpage.c: factor page_endio() out of mpage_end_io()Matthew Wilcox2014-06-041-17/+1
* | | | fs/mpage.c: factor clean_buffers() out of __mpage_writepage()Matthew Wilcox2014-06-041-24/+30
* | | | fs/buffer.c: remove block_write_full_page_endio()Matthew Wilcox2014-06-043-18/+7
* | | | fs/hugetlbfs/inode.c: complete conversion to pr_foo()Andrew Morton2014-06-041-10/+8
* | | | mm: softdirty: clear VM_SOFTDIRTY flag inside clear_refs_write() instead of c...Cyrill Gorcunov2014-06-041-5/+9
* | | | fs/libfs.c: add generic data flush to fsyncFabian Frederick2014-06-041-3/+31
* | | | fs/9p: kerneldoc fixesFabian Frederick2014-06-044-10/+8
* | | | fs/9p/v9fs.c: add __init to v9fs_sysfs_initFabian Frederick2014-06-041-1/+1
* | | | ocfs2: remove some unused codeXue jiufei2014-06-043-7/+0
* | | | ocfs2: fix incorrect i_size of global bitmap inode after resizeJoseph Qi2014-06-041-2/+2
* | | | ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_superJoseph Qi2014-06-041-6/+0
* | | | ocfs2/dlm: disallow node joining when recovery is on goingXue jiufei2014-06-041-1/+12
* | | | ocfs2: fix umount hang while shutting down truncate logXue jiufei2014-06-042-1/+6
* | | | fs/ocfs2/ioctl.c: add static to local functionsFabian Frederick2014-06-041-40/+41
* | | | ocfs2/dlm: fix possible convert=sion deadlockXue jiufei2014-06-041-1/+9
* | | | ocfs2: limit printk when journal is abortedJoseph Qi2014-06-041-2/+15
* | | | ocfs2: remove some redundant castingGeorge Spelvin2014-06-041-4/+3
* | | | fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpyFabian Frederick2014-06-041-2/+2
* | | | ocfs2: remove NULL assignments on staticFabian Frederick2014-06-047-10/+10
* | | | fs/configfs: use pr_fmtFabian Frederick2014-06-044-5/+11
* | | | fs/configfs: convert printk to pr_foo()Fabian Frederick2014-06-043-8/+7
* | | | fs/configs/item.c: kernel-doc fixes + clean-upFabian Frederick2014-06-041-30/+28
* | | | fs/squashfs/squashfs.h: replace pr_warning by pr_warnFabian Frederick2014-06-041-1/+1
* | | | ntfs: remove NULL value assignmentsFabian Frederick2014-06-043-4/+4
* | | | fanotify: check file flags passed in fanotify_initHeinrich Schuchardt2014-06-041-0/+25
* | | | fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checkingHeinrich Schuchardt2014-06-041-0/+3
* | | | fs/notify/mark.c: trivial cleanupDavid Cohen2014-06-041-1/+1
* | | | fanotify: create FAN_ACCESS event for readdirHeinrich Schuchardt2014-06-041-0/+2
* | | | fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and pathHeinrich Schuchardt2014-06-041-7/+10
* | | | fs/fscache: replace seq_printf by seq_putsFabian Frederick2014-06-042-8/+6
* | | | fs/fscache: convert printk to pr_foo()Fabian Frederick2014-06-047-32/+32
* | | | Merge tag 'jfs-3.16' of git://github.com/kleikamp/linux-shaggy into nextLinus Torvalds2014-06-045-54/+66
|\ \ \ \
| * | | | fs/jfs/super.c: convert simple_str to kstrFabian Frederick2014-06-031-8/+24
| * | | | fs/jfs/jfs_dmap.c: replace min/casting by min_tFabian Frederick2014-06-031-4/+5
| * | | | fs/jfs/super.c: remove 0 assignment to static + code clean-upFabian Frederick2014-06-031-26/+19
| * | | | fs/jfs/jfs_logmgr.c: remove NULL assignment on staticFabian Frederick2014-06-031-1/+1
| * | | | JFS: Check for NULL before calling posix_acl_equiv_mode()William Burrow2014-05-281-7/+9
| * | | | fs/jfs/jfs_inode.c: atomically set inode->i_flagsFabian Frederick2014-04-141-8/+8
* | | | | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-0417-162/+245
|\ \ \ \ \
| * | | | | GFS2: Prevent recovery before the local journal is setBob Peterson2014-06-023-0/+8
OpenPOWER on IntegriCloud