aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker2014-11-07
| * | | | | | | | | | | | lockd: ratelimit "lockd: cannot monitor" messagesJeff Layton2014-11-06
| * | | | | | | | | | | | nfsd: clean up comments over nfs4_file definitionJeff Layton2014-10-23
| * | | | | | | | | | | | NFSD: Always initialize cl_cb_addrChuck Lever2014-10-23
| * | | | | | | | | | | | nfsd: fix inclusive vfs_fsync_range() endZach Brown2014-10-23
* | | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-12-14
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2014-11-19
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | VFS: refactor vfs_read()Dmitry Kasatkin2014-11-17
| * | | | | | | | | | | | | | Merge commit 'v3.17' into nextJames Morris2014-11-19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | debugfs: add helper function to create device related seq_fileArend van Spriel2014-11-26
| * | | | | | | | | | | | | | | sysfs/kernfs: make read requests on pre-alloc files use the buffer.NeilBrown2014-11-07
| * | | | | | | | | | | | | | | sysfs/kernfs: allow attributes to request write buffer be pre-allocated.NeilBrown2014-11-07
| * | | | | | | | | | | | | | | fs: sysfs: return EGBIG on write if offset is larger than file sizeVladimir Zapolskiy2014-11-07
| * | | | | | | | | | | | | | | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-03
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | pstore: drop owner assignment from platform_driversWolfram Sang2014-10-20
| | | |_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Squashfs: Add LZ4 compression configuration optionPhillip Lougher2014-11-27
| * | | | | | | | | | | | | | | | Squashfs: add LZ4 compression supportPhillip Lougher2014-11-27
| | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2014-12-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | aio: Skip timer for io_getevents if timeout=0Fam Zheng2014-12-13
| * | | | | | | | | | | | | | | | aio: Make it possible to remap aio ringPavel Emelyanov2014-12-13
| | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | writeback: fix a subtle race condition in I_DIRTY clearingTejun Heo2014-11-04
* | | | | | | | | | | | | | | | | fsnotify: remove destroy_list from fsnotify_markJan Kara2014-12-13
* | | | | | | | | | | | | | | | | fsnotify: unify inode and mount marks handlingJan Kara2014-12-13
* | | | | | | | | | | | | | | | | fallocate: create FAN_MODIFY and IN_MODIFY eventsHeinrich Schuchardt2014-12-13
* | | | | | | | | | | | | | | | | fs/affs/file.c: remove obsolete pagesize checkFabian Frederick2014-12-13
* | | | | | | | | | | | | | | | | fs/affs/file.c: add support to O_DIRECTFabian Frederick2014-12-13
* | | | | | | | | | | | | | | | | fs/affs/amigaffs.c: use va_format instead of buffer/vnsprintfFabian Frederick2014-12-13
* | | | | | | | | | | | | | | | | fs/affs/file.c: forward declaration clean-upFabian Frederick2014-12-13
* | | | | | | | | | | | | | | | | syscalls: implement execveat() system callDavid Drysdale2014-12-13
* | | | | | | | | | | | | | | | | fat: fix data past EOF resulting from fsx testsuiteNamjae Jeon2014-12-13
* | | | | | | | | | | | | | | | | befs: remove dead codeJan Kara2014-12-13
* | | | | | | | | | | | | | | | | fs, seq_file: fallback to vmalloc instead of oom kill processesDavid Rientjes2014-12-13
* | | | | | | | | | | | | | | | | mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner2014-12-13
* | | | | | | | | | | | | | | | | mm: convert i_mmap_mutex to rwsemDavidlohr Bueso2014-12-13
* | | | | | | | | | | | | | | | | mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso2014-12-13
* | | | | | | | | | | | | | | | | Merge tag 'please-pull-morepstore' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | pstore-ram: Allow optional mapping with pgprot_noncachedTony Lindgren2014-12-11
| * | | | | | | | | | | | | | | | | pstore-ram: Fix hangs by using write-combine mappingsRob Herring2014-12-11
* | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-12-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...Chris Mason2014-12-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | Btrfs, replace: enable dev-replace for raid56Zhao Lei2014-12-02
| | * | | | | | | | | | | | | | | | | Btrfs, raid56: fix use-after-free problem in the final device replace procedu...Miao Xie2014-12-02
| | * | | | | | | | | | | | | | | | | Btrfs, replace: write raid56 parity into the replace target deviceMiao Xie2014-12-02
| | * | | | | | | | | | | | | | | | | Btrfs, replace: write dirty pages into the replace target deviceMiao Xie2014-12-02
| | * | | | | | | | | | | | | | | | | Btrfs, raid56: support parity scrub on raid56Miao Xie2014-12-02
| | * | | | | | | | | | | | | | | | | Btrfs, raid56: use a variant to record the operation typeMiao Xie2014-12-02
| | * | | | | | | | | | | | | | | | | Btrfs, scrub: repair the common data on RAID5/6 if it is corruptedMiao Xie2014-12-02