aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-09-27
|\
| * vfs: Don't exchange "short" filenames unconditionally.Mikhail Efremov2014-09-27
| * fold swapping ->d_name.hash into switch_names()Linus Torvalds2014-09-27
| * fold unlocking the children into dentry_unlock_parents_for_move()Al Viro2014-09-26
| * kill __d_materialise_dentry()Al Viro2014-09-26
| * __d_materialise_dentry(): flip the order of argumentsAl Viro2014-09-26
| * __d_move(): fold manipulations with ->d_child/->d_subdirsAl Viro2014-09-26
| * don't open-code d_rehash() in d_materialise_unique()Al Viro2014-09-26
| * pull rehashing and unlocking the target dentry into __d_materialise_dentry()Al Viro2014-09-26
| * ufs: deal with nfsd/iget racesAl Viro2014-09-26
| * fuse: honour max_read and max_write in direct_io modeMiklos Szeredi2014-09-26
* | fs/cachefiles: add missing \n to kerror conversionsFabian Frederick2014-09-26
* | mm: softdirty: addresses before VMAs in PTE holes aren't softdirtyPeter Feiner2014-09-26
* | ocfs2/dlm: do not get resource spinlock if lockres is newJoseph Qi2014-09-26
* | nilfs2: fix data loss with mmap()Andreas Rohner2014-09-26
* | ocfs2: free vol_label in ocfs2_delete_osb()Joseph Qi2014-09-26
* | Merge tag 'fscache-fixes-20140917' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-09-22
|\ \
| * | CacheFiles: Handle rename2David Howells2014-09-17
| * | cachefiles: remove two unused pagevecs.NeilBrown2014-09-17
| * | FS-Cache: refcount becomes corrupt under vma pressure.Milosz Tanski2014-09-17
| * | FS-Cache: Reduce cookie ref count if submit fails.Milosz Tanski2014-08-27
| * | FS-Cache: Timeout for releasepage()Milosz Tanski2014-08-27
* | | Fix nasty 32-bit overflow bug in buffer i/o code.Anton Altaparmakov2014-09-22
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-09-19
|\ \
| * | Revert "Btrfs: device_list_add() should not update list when mounted"Chris Mason2014-09-18
| * | Btrfs: set inode's logged_trans/last_log_commit after ranged fsyncFilipe Manana2014-09-16
* | | Merge tag 'nfs-for-3.17-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-09-19
|\ \ \
| * | | NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust2014-09-18
| * | | NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()Steve Dickson2014-09-18
| * | | NFS: remove BUG possibility in nfs4_open_and_get_stateNeilBrown2014-09-12
* | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-09-18
|\ \ \ \
| * | | | Fix mfsymlinks file size checkSteve French2014-09-16
| * | | | Update version number displayed by modinfo for cifs.koSteve French2014-09-16
| * | | | cifs: remove dead codeArnd Bergmann2014-09-16
| * | | | Revert "cifs: No need to send SIGKILL to demux_thread during umount"Steve French2014-09-16
| * | | | [SMB3] Fix oops when creating symlinks on smb3Steve French2014-09-15
| * | | | [CIFS] Fix setting time before epoch (negative time values)Steve French2014-09-14
* | | | | Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Linus Torvalds2014-09-16
|\ \ \ \ \
| * | | | | GFS2: fix d_splice_alias() misusesAl Viro2014-09-12
| * | | | | GFS2: Don't use MAXQUOTAS valueJan Kara2014-09-11
| * | | | | GFS2: Hash the negative dentry during inode lookupBenjamin Coddington2014-09-11
| * | | | | GFS2: Request demote when a "try" flock failsBob Peterson2014-08-21
| * | | | | GFS2: Change maxlen variables to size_tBob Peterson2014-08-21
| * | | | | GFS2: fs/gfs2/super.c: replace seq_printf by seq_putsFabian Frederick2014-08-21
* | | | | | vfs: workaround gcc <4.6 build error in link_path_walk()James Hogan2014-09-16
* | | | | | vfs: simplify and shrink stack frame of link_path_walk()Linus Torvalds2014-09-15
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-09-14
|\ \ \ \ \ \
| * | | | | | be careful with nd->inode in path_init() and follow_dotdot_rcu()Al Viro2014-09-14
| * | | | | | don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro2014-09-14
| * | | | | | fix bogus read_seqretry() checks introduced in b37199eAl Viro2014-09-13