summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-12-151-6/+18
|\
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2014-11-191-6/+18
| |\
| | * VFS: refactor vfs_read()Dmitry Kasatkin2014-11-181-6/+18
| * | Merge commit 'v3.17' into nextJames Morris2014-11-19476-8640/+14631
| |\ \ | | |/ | |/|
* | | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-154-33/+154
|\ \ \
| * | | debugfs: add helper function to create device related seq_fileArend van Spriel2014-11-271-0/+54
| * | | sysfs/kernfs: make read requests on pre-alloc files use the buffer.NeilBrown2014-11-072-13/+49
| * | | sysfs/kernfs: allow attributes to request write buffer be pre-allocated.NeilBrown2014-11-072-22/+54
| * | | fs: sysfs: return EGBIG on write if offset is larger than file sizeVladimir Zapolskiy2014-11-071-1/+1
| * | | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-041-1/+0Star
| |\ \ \
| | * | | pstore: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | | | | Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-146-0/+170
|\ \ \ \ \
| * | | | | Squashfs: Add LZ4 compression configuration optionPhillip Lougher2014-11-274-0/+27
| * | | | | Squashfs: add LZ4 compression supportPhillip Lougher2014-11-272-0/+143
* | | | | | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2014-12-141-2/+31
|\ \ \ \ \ \
| * | | | | | aio: Skip timer for io_getevents if timeout=0Fam Zheng2014-12-131-2/+6
| * | | | | | aio: Make it possible to remap aio ringPavel Emelyanov2014-12-131-0/+25
* | | | | | | Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-131-7/+22
|\ \ \ \ \ \ \
| * | | | | | | writeback: fix a subtle race condition in I_DIRTY clearingTejun Heo2014-11-041-7/+22
* | | | | | | | fsnotify: remove destroy_list from fsnotify_markJan Kara2014-12-131-4/+4
* | | | | | | | fsnotify: unify inode and mount marks handlingJan Kara2014-12-139-201/+148Star
* | | | | | | | fallocate: create FAN_MODIFY and IN_MODIFY eventsHeinrich Schuchardt2014-12-131-0/+11
* | | | | | | | fs/affs/file.c: remove obsolete pagesize checkFabian Frederick2014-12-131-4/+0Star
* | | | | | | | fs/affs/file.c: add support to O_DIRECTFabian Frederick2014-12-131-0/+18
* | | | | | | | fs/affs/amigaffs.c: use va_format instead of buffer/vnsprintfFabian Frederick2014-12-133-21/+25
* | | | | | | | fs/affs/file.c: forward declaration clean-upFabian Frederick2014-12-131-22/+16Star
* | | | | | | | syscalls: implement execveat() system callDavid Drysdale2014-12-135-14/+119
* | | | | | | | fat: fix data past EOF resulting from fsx testsuiteNamjae Jeon2014-12-133-0/+16
* | | | | | | | befs: remove dead codeJan Kara2014-12-131-4/+0Star
* | | | | | | | fs, seq_file: fallback to vmalloc instead of oom kill processesDavid Rientjes2014-12-131-1/+5
* | | | | | | | mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner2014-12-131-5/+6
* | | | | | | | mm: convert i_mmap_mutex to rwsemDavidlohr Bueso2014-12-132-6/+6
* | | | | | | | mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso2014-12-131-2/+2
* | | | | | | | Merge tag 'please-pull-morepstore' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-122-11/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | pstore-ram: Allow optional mapping with pgprot_noncachedTony Lindgren2014-12-112-11/+33
| * | | | | | | | pstore-ram: Fix hangs by using write-combine mappingsRob Herring2014-12-111-2/+2
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-12-1231-641/+2739
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...Chris Mason2014-12-0319-229/+1684
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Btrfs, replace: enable dev-replace for raid56Zhao Lei2014-12-031-5/+0Star
| | * | | | | | | | | Btrfs, raid56: fix use-after-free problem in the final device replace procedu...Miao Xie2014-12-036-20/+45
| | * | | | | | | | | Btrfs, replace: write raid56 parity into the replace target deviceMiao Xie2014-12-032-1/+24
| | * | | | | | | | | Btrfs, replace: write dirty pages into the replace target deviceMiao Xie2014-12-033-43/+97
| | * | | | | | | | | Btrfs, raid56: support parity scrub on raid56Miao Xie2014-12-033-20/+1115
| | * | | | | | | | | Btrfs, raid56: use a variant to record the operation typeMiao Xie2014-12-031-14/+17
| | * | | | | | | | | Btrfs, scrub: repair the common data on RAID5/6 if it is corruptedMiao Xie2014-12-035-33/+235
| | * | | | | | | | | Btrfs, raid56: don't change bbio and raid_mapMiao Xie2014-12-031-19/+23
| | * | | | | | | | | Btrfs: remove unnecessary code of stripe_index assignment in __btrfs_map_blockZhao Lei2014-12-031-3/+1Star
| | * | | | | | | | | Btrfs: remove noused bbio_ret in __btrfs_map_block in conditionZhao Lei2014-12-031-2/+1Star
| | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Btrfs: make get_caching_control unconditionally return the ctlJosef Bacik2014-12-031-6/+4Star
| * | | | | | | | | Btrfs: fix unprotected deletion from pending_chunks listFilipe Manana2014-12-031-1/+7