aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-10-03Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-8/+4
2014-10-02ocfs2/dlm: should put mle when goto kill in dlm_assert_master_handleralex chen1-0/+4
2014-10-02CIFS: Fix readpages retrying on reconnectsPavel Shilovsky1-7/+1
2014-10-02Fix problem recognizing symlinksSteve French2-1/+3
2014-09-30nfsd4: fix corruption of NFSv4 read dataJ. Bruce Fields1-1/+2
2014-09-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-78/+47
2014-09-27vfs: Don't exchange "short" filenames unconditionally.Mikhail Efremov1-9/+18
2014-09-27fold swapping ->d_name.hash into switch_names()Linus Torvalds1-2/+1
2014-09-26fold unlocking the children into dentry_unlock_parents_for_move()Al Viro1-5/+4
2014-09-26kill __d_materialise_dentry()Al Viro1-44/+10
2014-09-26__d_materialise_dentry(): flip the order of argumentsAl Viro1-24/+20
2014-09-26__d_move(): fold manipulations with ->d_child/->d_subdirsAl Viro1-5/+3
2014-09-26don't open-code d_rehash() in d_materialise_unique()Al Viro1-5/+1
2014-09-26pull rehashing and unlocking the target dentry into __d_materialise_dentry()Al Viro1-7/+4
2014-09-26ufs: deal with nfsd/iget racesAl Viro2-1/+9
2014-09-26fuse: honour max_read and max_write in direct_io modeMiklos Szeredi2-1/+2
2014-09-26fs/cachefiles: add missing \n to kerror conversionsFabian Frederick6-33/+33
2014-09-26mm: softdirty: addresses before VMAs in PTE holes aren't softdirtyPeter Feiner1-9/+18
2014-09-26ocfs2/dlm: do not get resource spinlock if lockres is newJoseph Qi1-8/+10
2014-09-26nilfs2: fix data loss with mmap()Andreas Rohner1-1/+6
2014-09-26ocfs2: free vol_label in ocfs2_delete_osb()Joseph Qi1-0/+1
2014-09-22Merge tag 'fscache-fixes-20140917' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-11/+24
2014-09-22Fix nasty 32-bit overflow bug in buffer i/o code.Anton Altaparmakov1-2/+4
2014-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds3-21/+19
2014-09-19Merge tag 'nfs-for-3.17-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-36/+42
2014-09-18Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-25/+45
2014-09-18NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust1-15/+15
2014-09-18NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()Steve Dickson1-18/+20
2014-09-18Revert "Btrfs: device_list_add() should not update list when mounted"Chris Mason1-7/+6
2014-09-17CacheFiles: Handle rename2David Howells1-1/+2
2014-09-17cachefiles: remove two unused pagevecs.NeilBrown1-6/+0
2014-09-17FS-Cache: refcount becomes corrupt under vma pressure.Milosz Tanski1-3/+4
2014-09-16Btrfs: set inode's logged_trans/last_log_commit after ranged fsyncFilipe Manana2-14/+13
2014-09-16Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Linus Torvalds5-22/+38
2014-09-16vfs: workaround gcc <4.6 build error in link_path_walk()James Hogan1-1/+1
2014-09-16Fix mfsymlinks file size checkSteve French1-1/+3
2014-09-16Update version number displayed by modinfo for cifs.koSteve French1-1/+1
2014-09-16cifs: remove dead codeArnd Bergmann1-17/+0
2014-09-16Revert "cifs: No need to send SIGKILL to demux_thread during umount"Steve French1-0/+19
2014-09-15vfs: simplify and shrink stack frame of link_path_walk()Linus Torvalds1-21/+18
2014-09-15[SMB3] Fix oops when creating symlinks on smb3Steve French1-2/+6
2014-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-22/+38
2014-09-14vfs: avoid non-forwarding large load after small store in path lookupLinus Torvalds1-9/+10
2014-09-14[CIFS] Fix setting time before epoch (negative time values)Steve French1-4/+16
2014-09-14be careful with nd->inode in path_init() and follow_dotdot_rcu()Al Viro1-2/+13
2014-09-14don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro1-16/+17
2014-09-13fix bogus read_seqretry() checks introduced in b37199eAl Viro1-2/+2
2014-09-13move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)Al Viro1-2/+6
2014-09-13vfs: fix bad hashing of dentriesLinus Torvalds2-4/+3
2014-09-12GFS2: fix d_splice_alias() misusesAl Viro1-2/+3
2014-09-12Merge tag 'nfs-for-3.17-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-36/+18
2014-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds5-101/+203
2014-09-12NFS: remove BUG possibility in nfs4_open_and_get_stateNeilBrown1-3/+7
2014-09-11GFS2: Don't use MAXQUOTAS valueJan Kara1-2/+5
2014-09-11GFS2: Hash the negative dentry during inode lookupBenjamin Coddington1-1/+3
2014-09-10Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2-3/+4
2014-09-10fs/notify: don't show f_handle if exportfs_encode_inode_fh failedAndrey Vagin1-1/+1
2014-09-10fsnotify/fdinfo: use named constants instead of hardcoded valuesAndrey Vagin1-2/+2
2014-09-10eventpoll: fix uninitialized variable in epoll_ctlNicolas Iooss1-1/+2
2014-09-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-231/+187
2014-09-10pnfs: fix filelayout_retry_commit when idx > 0Weston Andros Adamson1-2/+3
2014-09-09Merge branch 'for-next-3.17' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds12-50/+58
2014-09-08nfs: revert "nfs4: queue free_lock_state job submission to nfsiod"Jeff Layton2-25/+12
2014-09-08nfs: fix kernel warning when removing proc entryCong Wang1-9/+3
2014-09-08Merge branch 'for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+4
2014-09-08Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-4/+14
2014-09-08Btrfs: use insert_inode_locked4 for inode creationChris Mason1-67/+109
2014-09-08Btrfs: fix fsync data loss after a ranged fsyncFilipe Manana3-17/+64
2014-09-08Btrfs: kfree()ing ERR_PTRsDan Carpenter1-10/+15
2014-09-08lockd: fix rpcbind crash on lockd startup failureJ. Bruce Fields1-3/+1
2014-09-08nfsd4: fix rd_dircount enforcementJ. Bruce Fields1-1/+13
2014-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-14/+18
2014-09-07ufs: fix deadlocks introduced by sb mutex mergeAlexey Khoroshilov2-13/+8
2014-09-06Merge tag 'xfs-for-linus-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-12/+114
2014-09-05Export sync_filesystem() for modular ->remount_fs() useAnton Altaparmakov1-1/+1
2014-09-04Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds1-1/+12
2014-09-04aio: block exit_aio() until all context requests are completedGu Zheng1-1/+6
2014-09-04udf: saner calling conventions for udf_new_inode()Al Viro3-43/+27
2014-09-04udf: fix the udf_iget() vs. udf_new_inode() racesAl Viro2-1/+13
2014-09-04udf: merge the pieces inserting a new non-directory object into directoryAl Viro1-69/+29
2014-09-04udf: Set i_generation fieldJan Kara2-0/+2
2014-09-04udf: Properly detect stale inodesJan Kara1-2/+4
2014-09-04udf: Make udf_read_inode() and udf_iget() return errorJan Kara4-95/+96
2014-09-04udf: Avoid infinite loop when processing indirect ICBsJan Kara1-14/+21
2014-09-04udf: Fold udf_fill_inode() into __udf_read_inode()Jan Kara1-17/+5
2014-09-04udf: Avoid dir link count to go negativeJan Kara1-1/+1
2014-09-03Merge tag 'for-f2fs-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds18-228/+248
2014-09-03ext4: avoid trying to kfree an ERR_PTR pointerTheodore Ts'o2-0/+4
2014-09-02Btrfs: fix crash while doing a ranged fsyncFilipe Manana1-1/+2
2014-09-02Btrfs: fix corruption after write/fsync failure + fsync + log recoveryFilipe Manana1-3/+9
2014-09-02aio: add missing smp_rmb() in read_events_ringJeff Moyer1-0/+6
2014-09-02f2fs: reposition unlock_new_inode to prevent accessing invalid inodeChao Yu2-16/+6
2014-09-02xfs: trim eofblocks before collapse rangeBrian Foster1-2/+9
2014-09-02xfs: xfs_file_collapse_range is delalloc challengedDave Chinner1-0/+13
2014-09-02xfs: don't log inode unless extent shift makes extent modificationsBrian Foster1-8/+10
2014-09-02xfs: use ranged writeback and invalidation for direct IODave Chinner1-4/+6
2014-09-02xfs: don't zero partial page cache pages during O_DIRECT writesDave Chinner1-1/+9
2014-09-02xfs: don't zero partial page cache pages during O_DIRECT writesChris Mason1-1/+10
2014-09-02xfs: don't dirty buffers beyond EOFDave Chinner1-0/+61
2014-08-30Merge tag 'locks-v3.17-3' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+1
2014-08-30fix EBUSY on umount() from MNT_SHRINKABLEAl Viro1-0/+6
2014-08-30get rid of propagate_umount() mistakenly treating slaves as busy.Al Viro2-1/+4
2014-08-29Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds4-94/+94
2014-08-29ocfs2: quorum: add a log for node not fencedJunxiao Bi1-2/+11
2014-08-29ocfs2: o2net: set tcp user timeout to max valueJunxiao Bi2-0/+21
2014-08-29ocfs2: o2net: don't shutdown connection when idle timeoutJunxiao Bi1-6/+19
2014-08-29ocfs2: do not write error flag to user structure we cannot copy from/toBen Hutchings1-86/+43
2014-08-29Merge tag 'nfs-for-3.17-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-10/+21
2014-08-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-124/+208
2014-08-29f2fs: fix wrong casting for dentry nameJaegeuk Kim1-3/+4
2014-08-28ext4: fix same-dir rename when inline data directory overflowsDarrick J. Wong1-3/+18
2014-08-28jbd2: fix descriptor block size handling errors with journal_csumDarrick J. Wong5-44/+70
2014-08-28jbd2: fix infinite loop when recovering corrupt journal blocksDarrick J. Wong1-2/+5
2014-08-28ext4: update i_disksize coherently with block allocation on error pathDmitry Monakhov1-2/+8
2014-08-28f2fs: simplify by using a literalDan Carpenter1-1/+1
2014-08-27ext4: fix transaction issues for ext4_fallocate and ext_zero_rangeDmitry Monakhov1-33/+35
2014-08-27ext4: fix incorect journal credits reservation in ext4_zero_rangeDmitry Monakhov1-2/+9
2014-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds17-135/+312
2014-08-27Btrfs: fix autodefrag with compressionChris Mason1-3/+4
2014-08-27FS-Cache: Reduce cookie ref count if submit fails.Milosz Tanski1-0/+1
2014-08-27FS-Cache: Timeout for releasepage()Milosz Tanski1-1/+17
2014-08-26NFSv3: Fix another acl regressionTrond Myklebust1-1/+4
2014-08-26NFSv4: Don't clear the open state when we just did an OPEN_DOWNGRADETrond Myklebust1-4/+5
2014-08-26NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust1-5/+12
2014-08-25Merge tag 'nfs-for-3.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-29/+76
2014-08-25Clarify Kconfig help text for CIFS and SMB2/SMB3Steve French1-12/+23
2014-08-25f2fs: truncate stale block for inline_dataJaegeuk Kim1-8/+12
2014-08-25CIFS: Fix wrong filename length for SMB2Pavel Shilovsky5-9/+4
2014-08-25CIFS: Fix wrong restart readdir for SMB1Pavel Shilovsky1-2/+2
2014-08-24aio: fix reqs_available handlingBenjamin LaHaise1-4/+73
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo12-61/+141
2014-08-23ext4: move i_size,i_disksize update routines to helper functionDmitry Monakhov3-39/+28
2014-08-23ext4: fix BUG_ON in mb_free_blocks()Theodore Ts'o1-0/+5
2014-08-23ext4: propagate errors up to ext4_find_entry()'s callersTheodore Ts'o2-3/+34
2014-08-22nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_waitDavid Jeffery1-1/+1
2014-08-22nfs: can_coalesce_requests must enforce contiguityWeston Andros Adamson1-0/+8
2014-08-22nfs: disallow duplicate pages in pgio page vectorsWeston Andros Adamson1-3/+15
2014-08-22nfs: don't sleep with inode lock in lock_and_join_requestsWeston Andros Adamson2-1/+28
2014-08-22nfs: fix error handling in lock_and_join_requestsWeston Andros Adamson1-1/+4
2014-08-22nfs: use blocking page_group_lock in add_requestWeston Andros Adamson1-11/+2
2014-08-22nfs: fix nonblocking calls to nfs_page_group_lockWeston Andros Adamson1-8/+13
2014-08-22nfs: change nfs_page_group_lock argumentWeston Andros Adamson2-7/+8
2014-08-22f2fs: use macro for code readabilityChao Yu1-11/+10
2014-08-22locks: pass correct "before" pointer to locks_unlink_lock in generic_add_leaseJeff Layton1-1/+1
2014-08-22CIFS: Fix directory rename errorPavel Shilovsky1-1/+4
2014-08-22cifs: No need to send SIGKILL to demux_thread during umountNamjae Jeon1-19/+0
2014-08-22cifs: Allow directIO read/write during cache=strictNamjae Jeon2-0/+16
2014-08-21f2fs: introduce need_do_checkpoint for readabilityChao Yu1-13/+21
2014-08-21f2fs: fix incorrect calculation with total/free inode numChao Yu2-3/+3
2014-08-21f2fs: remove rename and use rename2Jaegeuk Kim1-1/+0
2014-08-21f2fs: skip if inline_data was converted alreadyJaegeuk Kim1-1/+5
2014-08-21f2fs: remove rewrite_node_pageJaegeuk Kim4-64/+0
2014-08-21f2fs: avoid double lock in truncate_blocksJaegeuk Kim5-9/+12
2014-08-21f2fs: prevent checkpoint during roll-forwardJaegeuk Kim1-0/+8
2014-08-21f2fs: add WARN_ON in f2fs_bug_onJaegeuk Kim1-1/+1
2014-08-21f2fs: handle EIO not to break fs consistencyJaegeuk Kim4-15/+48
2014-08-21cifs: remove unneeded check of null checking in if conditionNamjae Jeon1-2/+1
2014-08-21cifs: fix a possible use of uninit variable in SMB2_sess_setupNamjae Jeon1-1/+1
2014-08-21cifs: fix memory leak when password is supplied multiple timesNamjae Jeon1-0/+2
2014-08-21cifs: fix a possible null pointer deref in decode_ascii_ssetupNamjae Jeon1-3/+4
2014-08-21f2fs: check s_dirty under cp_mutexJaegeuk Kim2-5/+6
2014-08-21f2fs: unlock_page when node page is redirtied outJaegeuk Kim1-2/+5
2014-08-21f2fs: introduce f2fs_cp_error for readabilityJaegeuk Kim4-4/+9
2014-08-21f2fs: give a chance to mount again when encountering errorsJaegeuk Kim1-1/+12
2014-08-21f2fs: trigger release_dirty_inode in f2fs_put_superJaegeuk Kim3-1/+5
2014-08-21Btrfs: fix filemap_flush call in btrfs_file_releaseChris Mason1-1/+9
2014-08-21Btrfs: fix crash on endio of reading corrupted blockLiu Bo1-0/+1
2014-08-21btrfs: fix leak in qgroup_subtree_accounting() error pathEric Sandeen1-1/+1
2014-08-21btrfs: Use right extent length when inserting overlap extent map.Qu Wenruo2-6/+5
2014-08-21Btrfs: clone, don't create invalid hole extent mapFilipe Manana1-1/+2
2014-08-21Btrfs: don't monopolize a core when evicting inodeFilipe Manana1-0/+6
2014-08-21Btrfs: fix hole detection during file fsyncFilipe Manana1-4/+13
2014-08-21Btrfs: ensure tmpfile inode is always persisted with link count of 0Filipe Manana1-0/+15
2014-08-21Btrfs: race free update of commit root for ro snapshotsFilipe Manana2-33/+36
2014-08-21Btrfs: fix regression of btrfs device replaceLiu Bo1-1/+1
2014-08-21GFS2: Request demote when a "try" flock failsBob Peterson1-3/+12
2014-08-21GFS2: Change maxlen variables to size_tBob Peterson1-4/+5
2014-08-21GFS2: fs/gfs2/super.c: replace seq_printf by seq_putsFabian Frederick1-10/+10
2014-08-20Trivial whitespace fixSteve French1-1/+1
2014-08-20Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-22/+269
2014-08-19ext3: Count internal journal as bsddf overhead in ext3_statfsChin-Tsung Cheng1-2/+3
2014-08-19f2fs: don't skip checkpoint if there is no dirty node pagesJaegeuk Kim1-1/+1
2014-08-19f2fs: avoid bug_on when error is occurredJaegeuk Kim1-1/+2
2014-08-19f2fs: fix to recover inline_xattr/data and blocksJaegeuk Kim3-13/+11
2014-08-19f2fs: should clear the inline_xattr flagJaegeuk Kim1-8/+7
2014-08-19f2fs: clear FI_INC_LINK during the recoveryJaegeuk Kim1-1/+3
2014-08-19f2fs: fix the initial inode page for recoveryJaegeuk Kim1-0/+2
2014-08-19f2fs: make clear on test condition and return typesJaegeuk Kim2-6/+6
2014-08-19f2fs: should convert inline_data during the mkwriteJaegeuk Kim4-13/+22
2014-08-19f2fs: fix typoarter9715-30/+30
2014-08-19isofs: Fix unbounded recursion when processing relocated directoriesJan Kara3-22/+55
2014-08-19udf: avoid unneeded up_write when fail to add entry in ->symlinkChao Yu1-1/+2
2014-08-19Btrfs: don't consider the missing device when allocating new chunksMiao Xie1-14/+2
2014-08-19Btrfs: Fix wrong device size when we are resizing the deviceMiao Xie2-2/+3
2014-08-19Btrfs: don't write any data into a readonly device when scrubMiao Xie1-0/+11
2014-08-19Btrfs: Fix the problem that the replace destroys the seed filesystemMiao Xie1-2/+6
2014-08-19btrfs: Return right extent when fiemap gives unaligned offset and len.Qu Wenruo1-2/+2
2014-08-19Btrfs: fix wrong extent mapping for DirectIOWang Shilong1-0/+2
2014-08-19Btrfs: fix wrong write range for filemap_fdatawrite_range()Wang Shilong1-1/+2
2014-08-19Btrfs: fix wrong missing device counter decreaseMiao Xie1-1/+1