summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-12-1615-65/+186
|\
| * nfsd4: fix xdr4 count of server in fs_location4Benjamin Coddington2014-12-091-1/+1
| * nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington2014-12-091-0/+3
| * fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes2014-12-091-8/+7
| * sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff Layton2014-12-091-1/+1
| * sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton2014-12-093-6/+6
| * sunrpc: move rq_dropme flag into rq_flagsJeff Layton2014-12-091-1/+1
| * sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton2014-12-091-2/+2
| * sunrpc: move rq_local field to rq_flagsJeff Layton2014-12-091-2/+2
| * sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton2014-12-092-3/+3
| * Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields2014-12-0930-165/+483
| |\
| * | nfsd: minor off by one checks in __write_versions()Dan Carpenter2014-12-011-3/+3
| * | merge nfs bugfixes into nfsd for-3.19 branchJ. Bruce Fields2014-11-19100-2392/+5291
| |\ \
| * | | nfsd: convert nfs4_file searches to use RCUJeff Layton2014-11-072-23/+33
| * | | nfsd: Add DEALLOCATE supportAnna Schumaker2014-11-073-1/+17
| * | | nfsd: Add ALLOCATE supportAnna Schumaker2014-11-075-1/+85
| * | | VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker2014-11-072-3/+4
| * | | lockd: ratelimit "lockd: cannot monitor" messagesJeff Layton2014-11-061-1/+1
| * | | nfsd: clean up comments over nfs4_file definitionJeff Layton2014-10-231-5/+9
| * | | NFSD: Always initialize cl_cb_addrChuck Lever2014-10-231-1/+1
| * | | nfsd: fix inclusive vfs_fsync_range() endZach Brown2014-10-231-3/+7
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-12-141-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-171-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-144-33/+154
|\ \ \ \ \ \
| * | | | | | debugfs: add helper function to create device related seq_fileArend van Spriel2014-11-261-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-031-1/+0
| |\ \ \ \ \ \
| | * | | | | | pstore: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | | | | | | | 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/+148
* | | | | | | | | | | 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/+0
* | | | | | | | | | | 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/+16
* | | | | | | | | | | 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/+0