summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Btrfs: fix corruption after write/fsync failure + fsync + log recoveryFilipe Manana2014-09-021-3/+9
| * | | | | Btrfs: fix autodefrag with compressionChris Mason2014-08-271-3/+4
* | | | | | Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2014-09-102-3/+4
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | fs/notify: don't show f_handle if exportfs_encode_inode_fh failedAndrey Vagin2014-09-101-1/+1
| * | | | | fsnotify/fdinfo: use named constants instead of hardcoded valuesAndrey Vagin2014-09-101-2/+2
| * | | | | eventpoll: fix uninitialized variable in epoll_ctlNicolas Iooss2014-09-101-1/+2
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-09-105-231/+187
|\ \ \ \ \ \
| * | | | | | udf: saner calling conventions for udf_new_inode()Al Viro2014-09-043-43/+27
| * | | | | | udf: fix the udf_iget() vs. udf_new_inode() racesAl Viro2014-09-042-1/+13
| * | | | | | udf: merge the pieces inserting a new non-directory object into directoryAl Viro2014-09-041-69/+29
| * | | | | | udf: Set i_generation fieldJan Kara2014-09-042-0/+2
| * | | | | | udf: Properly detect stale inodesJan Kara2014-09-041-2/+4
| * | | | | | udf: Make udf_read_inode() and udf_iget() return errorJan Kara2014-09-044-95/+96
| * | | | | | udf: Avoid infinite loop when processing indirect ICBsJan Kara2014-09-041-14/+21
| * | | | | | udf: Fold udf_fill_inode() into __udf_read_inode()Jan Kara2014-09-041-17/+5
| * | | | | | udf: Avoid dir link count to go negativeJan Kara2014-09-041-1/+1
* | | | | | | Merge branch 'for-next-3.17' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-09-0912-50/+58
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Clarify Kconfig help text for CIFS and SMB2/SMB3Steve French2014-08-251-12/+23
| * | | | | | CIFS: Fix wrong filename length for SMB2Pavel Shilovsky2014-08-255-9/+4
| * | | | | | CIFS: Fix wrong restart readdir for SMB1Pavel Shilovsky2014-08-251-2/+2
| * | | | | | CIFS: Fix directory rename errorPavel Shilovsky2014-08-221-1/+4
| * | | | | | cifs: No need to send SIGKILL to demux_thread during umountNamjae Jeon2014-08-221-19/+0
| * | | | | | cifs: Allow directIO read/write during cache=strictNamjae Jeon2014-08-222-0/+16
| * | | | | | cifs: remove unneeded check of null checking in if conditionNamjae Jeon2014-08-211-2/+1
| * | | | | | cifs: fix a possible use of uninit variable in SMB2_sess_setupNamjae Jeon2014-08-211-1/+1
| * | | | | | cifs: fix memory leak when password is supplied multiple timesNamjae Jeon2014-08-211-0/+2
| * | | | | | cifs: fix a possible null pointer deref in decode_ascii_ssetupNamjae Jeon2014-08-211-3/+4
| * | | | | | Trivial whitespace fixSteve French2014-08-201-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-09-082-0/+4
|\ \ \ \ \ \
| * | | | | | ext4: avoid trying to kfree an ERR_PTR pointerTheodore Ts'o2014-09-032-0/+4
* | | | | | | Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-09-082-4/+14
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | lockd: fix rpcbind crash on lockd startup failureJ. Bruce Fields2014-09-081-3/+1
| * | | | | | nfsd4: fix rd_dircount enforcementJ. Bruce Fields2014-09-081-1/+13
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-09-074-14/+18
|\ \ \ \ \ \ \
| * | | | | | | ufs: fix deadlocks introduced by sb mutex mergeAlexey Khoroshilov2014-09-072-13/+8
| * | | | | | | fix EBUSY on umount() from MNT_SHRINKABLEAl Viro2014-08-301-0/+6
| * | | | | | | get rid of propagate_umount() mistakenly treating slaves as busy.Al Viro2014-08-302-1/+4
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'xfs-for-linus-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-09-064-12/+114
|\ \ \ \ \ \ \
| * | | | | | | xfs: trim eofblocks before collapse rangeBrian Foster2014-09-021-2/+9
| * | | | | | | xfs: xfs_file_collapse_range is delalloc challengedDave Chinner2014-09-021-0/+13
| * | | | | | | xfs: don't log inode unless extent shift makes extent modificationsBrian Foster2014-09-021-8/+10
| * | | | | | | xfs: use ranged writeback and invalidation for direct IODave Chinner2014-09-021-4/+6
| * | | | | | | xfs: don't zero partial page cache pages during O_DIRECT writesDave Chinner2014-09-021-1/+9
| * | | | | | | xfs: don't zero partial page cache pages during O_DIRECT writesChris Mason2014-09-021-1/+10
| * | | | | | | xfs: don't dirty buffers beyond EOFDave Chinner2014-09-021-0/+61
| |/ / / / / /
* | | | | | | Export sync_filesystem() for modular ->remount_fs() useAnton Altaparmakov2014-09-051-1/+1
* | | | | | | Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds2014-09-041-1/+12
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | aio: block exit_aio() until all context requests are completedGu Zheng2014-09-041-1/+6
| * | | | | | aio: add missing smp_rmb() in read_events_ringJeff Moyer2014-09-021-0/+6
* | | | | | | Merge tag 'for-f2fs-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-0318-228/+248
|\ \ \ \ \ \ \
OpenPOWER on IntegriCloud