aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-09-09Merge branch 'linus'Ingo Molnar4-4/+18
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-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-08Merge branch 'linus'Ingo Molnar4-14/+18
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-07Merge branch 'linus'Ingo Molnar5-13/+115
2014-09-07Merge branch 'timers/core'Ingo Molnar1-2/+1
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-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-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-27timerfd: Remove an always true checktimers/coreDan Carpenter1-2/+1
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-25f2fs: truncate stale block for inline_dataJaegeuk Kim1-8/+12
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-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-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-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
2014-08-19Btrfs: fix unzeroed members in fs_devices when creating a fs from seed fsMiao Xie1-0/+3
2014-08-19btrfs: check generation as replace duplicates devid+uuidAnand Jain1-1/+21
2014-08-19Btrfs: device_list_add() should not update list when mountedAnand Jain1-0/+27
2014-08-19Btrfs: fill_holes: Fix slot number passed to hole_mergeable() call.chandan1-2/+1
2014-08-19Btrfs: fix put dio bio twice when we submit dio bio failMiao Xie1-3/+2
2014-08-17[SMB3] Enable fallocate -z support for SMB3 mountsSteve French1-0/+55
2014-08-17enable fallocate punch hole ("fallocate -p") for SMB3Steve French5-1/+73
2014-08-17Incorrect error returned on setting file compressed on SMB2Steve French1-1/+1
2014-08-17CIFS: Fix wrong directory attributes after renamePavel Shilovsky1-0/+6
2014-08-17CIFS: Fix SMB2 readdir error handlingPavel Shilovsky7-8/+25
2014-08-17[CIFS] Possible null ptr deref in SMB2_tconSteve French1-1/+2
2014-08-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds17-305/+541
2014-08-16Merge tag 'locks-v3.17-2' of git://git.samba.org/jlayton/linuxLinus Torvalds1-29/+57
2014-08-16Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-56/+30
2014-08-15[CIFS] Workaround MacOS server problem with SMB2.1 writeSteve French1-1/+16
2014-08-15cifs: handle lease F_UNLCK requests properlyJeff Layton1-2/+3
2014-08-15Cleanup sparse file support by creating worker function for itSteve French1-31/+49
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason8-267/+6
2014-08-15Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana1-1/+1
2014-08-15Btrfs: Fix memory corruption by ulist_add_merge() on 32bit archTakashi Iwai2-6/+20
2014-08-15Btrfs: fix compressed write corruption on enospcLiu Bo1-0/+12
2014-08-15btrfs: correctly handle return from ulist_addMark Fasheh1-4/+9
2014-08-15btrfs: qgroup: account shared subtrees during snapshot deleteMark Fasheh3-0/+426
2014-08-15Btrfs: read lock extent buffer while walking backrefsFilipe Manana1-0/+3
2014-08-15Btrfs: __btrfs_mod_ref should always use no_quotaJosef Bacik3-25/+23
2014-08-15btrfs: adjust statfs calculations according to raid profilesDavid Sterba1-6/+45
2014-08-14locks: move locks_free_lock calls in do_fcntl_add_lease outside spinlockJeff Layton1-9/+7
2014-08-14locks: defer freeing locks in locks_delete_lock until after i_lock has been d...Jeff Layton1-8/+30
2014-08-14locks: don't reuse file_lock in __posix_lock_fileJeff Layton1-11/+14
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds30-870/+1124
2014-08-13Merge tag 'xfs-for-linus-3.17-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds115-2044/+2213
2014-08-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds16-195/+189
2014-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds5-17/+43
2014-08-13Merge tag 'upstream-3.17-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds14-46/+38
2014-08-13Add sparse file support to SMB2/SMB3 mountsSteve French3-1/+47
2014-08-12Add missing definitions for CIFS File System AttributesSteve French1-0/+23
2014-08-12reiserfs: Fix use after free in journal teardownJan Kara2-7/+21
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds24-175/+357
2014-08-11locks: don't call locks_release_private from locks_copy_lockJeff Layton1-1/+2
2014-08-11locks: show delegations as "DELEG" in /proc/locksJeff Layton1-1/+5
2014-08-11fix copy_tree() regressionAl Viro1-7/+24
2014-08-11cifs: remove unused function cifs_oplock_break_waitVincent Stehlé1-7/+0
2014-08-10Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} inst...Linus Torvalds2-2/+2
2014-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds13-65/+246
2014-08-09Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds26-1390/+2632
2014-08-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds18-783/+1665
2014-08-08Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtdLinus Torvalds2-4/+2
2014-08-08shm: add sealing APIDavid Herrmann1-0/+5
2014-08-08mm: allow drivers to prevent new writable mappingsDavid Herrmann1-0/+1
2014-08-08fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_removeFabian Frederick1-10/+5
2014-08-08initramfs: support initramfs that is bigger than 2GiBYinghai Lu2-5/+6
2014-08-08fs/qnx6: update debugging to current functionsFabian Frederick5-39/+23
2014-08-08fs/qnx6: use pr_fmt and __func__ in loggingFabian Frederick4-38/+44
2014-08-08fs/qnx6: convert printk to pr_foo()Fabian Frederick3-55/+43
2014-08-08fs/romfs/super.c: add blank line after declarationsFabian Frederick1-0/+2
2014-08-08fs/romfs/super.c: use pr_fmt in loggingFabian Frederick1-7/+8
2014-08-08fs/romfs/super.c: convert printk to pr_foo()Fabian Frederick1-9/+7
2014-08-08fs/cramfs/inode.c: use linux/uaccess.hFabian Frederick1-1/+1
2014-08-08fs/cramfs: code clean-upFabian Frederick2-12/+15
2014-08-08fs/cramfs: use pr_fmtFabian Frederick2-8/+12
2014-08-08fs/cramfs: convert printk to pr_foo()Fabian Frederick2-10/+10
2014-08-08fs/omfs/inode.c: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-08-08fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick1-1/+1
2014-08-08fs/bfs: use bfs prefix for dump_imapFabian Frederick3-8/+5
2014-08-08adfs: add __printf verification, fix format/argument mismatchesJoe Perches3-4/+4
2014-08-08fs/adfs/dir_fplus.c: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-08-08fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-1/+1
2014-08-08fs/exofs/ore_raid.c: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-08-08sysctl: remove typedef ctl_tableJoe Perches1-1/+1
2014-08-08fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisorsVitaly Kuznetsov1-3/+79
2014-08-08fork/exec: cleanup mm initializationVladimir Davydov1-4/+0
2014-08-08proc: remove INF macroAlexey Dobriyan2-42/+0
2014-08-08proc: convert /proc/$PID/hardwall to seq_file interfaceAlexey Dobriyan1-2/+2
2014-08-08proc: convert /proc/$PID/io to seq_file interfaceAlexey Dobriyan1-8/+10
2014-08-08proc: convert /proc/$PID/oom_score to seq_file interfaceAlexey Dobriyan1-4/+5
2014-08-08proc: convert /proc/$PID/schedstat to seq_file interfaceAlexey Dobriyan1-4/+5
2014-08-08proc: convert /proc/$PID/wchan to seq_file interfaceAlexey Dobriyan1-5/+6
2014-08-08proc: convert /proc/$PID/cmdline to seq_file interfaceAlexey Dobriyan1-4/+11
2014-08-08proc: convert /proc/$PID/syscall to seq_file interfaceAlexey Dobriyan1-6/+7
2014-08-08proc: convert /proc/$PID/limits to seq_file interfaceAlexey Dobriyan1-15/+12
2014-08-08proc: convert /proc/$PID/auxv to seq_file interfaceAlexey Dobriyan1-10/+8
2014-08-08proc: more "const char *" pointersAlexey Dobriyan1-4/+4
2014-08-08proc: remove proc_tty_ldisc variableAlexey Dobriyan1-2/+2
2014-08-08proc: make proc_subdir_lock staticAlexey Dobriyan2-3/+1
2014-08-08proc: faster /proc/$PID lookupAlexey Dobriyan2-3/+3
2014-08-08proc: add and remove /proc entry create checksAlexey Dobriyan4-21/+21
2014-08-08proc: constify seq_operationsFabian Frederick1-1/+1
2014-08-08fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE)Fabian Frederick1-1/+1
2014-08-08fs/hpfs/dnode.c: fix suspect code indentFabian Frederick1-8/+9
2014-08-08fs/reiserfs/xattr.c: fix blank line missing after declarationsFabian Frederick1-0/+20