summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' into for-3.18/coreJens Axboe2014-09-2267-750/+979
|\
| * Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Linus Torvalds2014-09-165-22/+38
| |\
| | * GFS2: fix d_splice_alias() misusesAl Viro2014-09-121-2/+3
| | * GFS2: Don't use MAXQUOTAS valueJan Kara2014-09-111-2/+5
| | * GFS2: Hash the negative dentry during inode lookupBenjamin Coddington2014-09-111-1/+3
| | * GFS2: Request demote when a "try" flock failsBob Peterson2014-08-211-3/+12
| | * GFS2: Change maxlen variables to size_tBob Peterson2014-08-211-4/+5
| | * GFS2: fs/gfs2/super.c: replace seq_printf by seq_putsFabian Frederick2014-08-211-10/+10
| * | vfs: workaround gcc <4.6 build error in link_path_walk()James Hogan2014-09-161-1/+1
| * | vfs: simplify and shrink stack frame of link_path_walk()Linus Torvalds2014-09-151-21/+18
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-09-142-22/+38
| |\ \
| | * | be careful with nd->inode in path_init() and follow_dotdot_rcu()Al Viro2014-09-141-2/+13
| | * | don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro2014-09-141-16/+17
| | * | fix bogus read_seqretry() checks introduced in b37199eAl Viro2014-09-131-2/+2
| | * | move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)Al Viro2014-09-131-2/+6
| * | | vfs: avoid non-forwarding large load after small store in path lookupLinus Torvalds2014-09-141-9/+10
| * | | vfs: fix bad hashing of dentriesLinus Torvalds2014-09-132-4/+3
| * | | Merge tag 'nfs-for-3.17-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-09-124-36/+18
| |\ \ \
| | * | | pnfs: fix filelayout_retry_commit when idx > 0Weston Andros Adamson2014-09-101-2/+3
| | * | | nfs: revert "nfs4: queue free_lock_state job submission to nfsiod"Jeff Layton2014-09-082-25/+12
| | * | | nfs: fix kernel warning when removing proc entryCong Wang2014-09-081-9/+3
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-09-125-101/+203
| |\ \ \ \
| | * | | | Btrfs: use insert_inode_locked4 for inode creationChris Mason2014-09-081-67/+109
| | * | | | Btrfs: fix fsync data loss after a ranged fsyncFilipe Manana2014-09-083-17/+64
| | * | | | Btrfs: kfree()ing ERR_PTRsDan Carpenter2014-09-081-10/+15
| | * | | | Btrfs: fix crash while doing a ranged fsyncFilipe Manana2014-09-021-1/+2
| | * | | | 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