aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-2/+6
2014-05-22Merge tag 'xfs-for-linus-3.15-rc6' of git://oss.sgi.com/xfs/xfsLinus Torvalds5-25/+27
2014-05-21Merge tag 'driver-core-3.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-9/+14
2014-05-20Btrfs: send, fix incorrect ref access when using extrefsFilipe Manana1-1/+1
2014-05-20Btrfs: fix EIO on reading file after ioctl clone works on itLiu Bo1-1/+5
2014-05-20Merge tag 'metag-for-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2014-05-20sysfs: make sure read buffer is zeroedTejun Heo1-1/+2
2014-05-15xfs: list_lru_init returns a negative errorDave Chinner1-12/+14
2014-05-15xfs: negate xfs_icsb_init_counters error value Dave Chinner1-1/+1
2014-05-15xfs: negate mount workqueue init error valueDave Chinner1-1/+1
2014-05-15xfs: fix wrong err sign on xfs_set_acl()Dave Chinner1-2/+2
2014-05-15xfs: fix wrong errno from xfs_initxattrsDave Chinner1-4/+4
2014-05-15xfs: correct error sign on COLLAPSE_RANGE errorsDave Chinner1-2/+2
2014-05-15xfs: xfs_commit_metadata returns wrong errnoDave Chinner1-1/+1
2014-05-15xfs: fix incorrect error sign in xfs_file_aio_readDave Chinner1-1/+1
2014-05-15xfs: xfs_dir_fsync() returns positive errnoDave Chinner1-1/+1
2014-05-15metag: Reduce maximum stack size to 256MBJames Hogan1-3/+3
2014-05-13kernfs, sysfs, cgroup: restrict extra perm check on open to sysfsTejun Heo2-8/+12
2014-05-13Merge tag 'locks-v3.15-4' of git://git.samba.org/jlayton/linuxLinus Torvalds1-12/+24
2014-05-13Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+3
2014-05-11Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-20/+22
2014-05-09locks: only validate the lock vs. f_mode in F_SETLK codepathsJeff Layton1-12/+24
2014-05-08Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds9-50/+77
2014-05-08NFSD: Call ->set_acl with a NULL ACL structure if no entriesKinglong Mee1-8/+9
2014-05-06Merge branch 'akpm' (incoming from Andrew)Linus Torvalds4-4/+9
2014-05-06fs/affs/super.c: bugfix / double freeFabian Frederick1-2/+0
2014-05-06fanotify: fix -EOVERFLOW with large files on 64-bitWill Woods1-0/+2
2014-05-06autofs: fix lockref lookupIan Kent1-2/+2
2014-05-06hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan1-0/+5
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-219/+111
2014-05-06posix_acl: handle NULL ACL in posix_acl_equiv_modeChristoph Hellwig1-0/+6
2014-05-06NFSd: call rpc_destroy_wait_queue() from free_client()Trond Myklebust1-0/+1
2014-05-06NFSd: Move default initialisers from create_client() to alloc_client()Trond Myklebust1-12/+12
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds5-86/+172
2014-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-72/+39
2014-05-06xfs: remote attribute overwrite causes transaction overrunDave Chinner5-14/+42
2014-05-06xfs: initialize default acls for ->tmpfile()Brian Foster1-26/+29
2014-05-05UBIFS: fix remount error pathArtem Bityutskiy1-1/+1
2014-05-05xfs: fully support v5 format filesystemsDave Chinner3-10/+6
2014-05-03dcache: don't need rcu in shrink_dentry_list()Miklos Szeredi1-23/+4
2014-05-03more graceful recovery in umount_collect()Al Viro1-76/+25
2014-05-03don't remove from shrink list in select_collect()Al Viro1-21/+10
2014-05-01Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds1-8/+34
2014-05-01dentry_kill(): don't try to remove from shrink listAl Viro1-8/+19
2014-05-01aio: fix potential leak in aio_run_iocb().Leon Yu1-4/+2
2014-04-30expand the call of dentry_lru_del() in dentry_kill()Al Viro1-1/+6
2014-04-30new helper: dentry_free()Al Viro1-5/+10
2014-04-30fold try_prune_one_dentry()Al Viro1-50/+25
2014-04-30fold d_kill() and d_free()Al Viro1-52/+24
2014-04-28ceph: reserve caps for file layout/lock MDS requestsYan, Zheng2-0/+4
2014-04-28ceph: avoid releasing caps that are being usedYan, Zheng1-1/+1
2014-04-28ceph: clear directory's completeness when creating fileYan, Zheng3-60/+21
2014-04-28ceph: use fpos_cmp() to compare dentry positionsYan, Zheng1-1/+1
2014-04-28ceph: check directory's completeness before emitting directory entryYan, Zheng1-10/+12
2014-04-28fuse: add renameat2 supportMiklos Szeredi2-8/+50
2014-04-28fuse: clear MS_I_VERSIONMiklos Szeredi1-1/+1
2014-04-28fuse: clear FUSE_I_CTIME_DIRTY flag on setattrMaxim Patlasov1-9/+17
2014-04-28fuse: trust kernel i_ctime onlyMaxim Patlasov2-4/+24
2014-04-28fuse: remove .update_timeMiklos Szeredi1-12/+0
2014-04-28fuse: allow ctime flushing to userspaceMaxim Patlasov3-4/+9
2014-04-28fuse: fuse: add time_gran to INIT_OUTMiklos Szeredi1-0/+5
2014-04-28fuse: add .write_inodeMiklos Szeredi4-33/+45
2014-04-28fuse: clean up fsyncMiklos Szeredi1-8/+3
2014-04-28fuse: fuse: fallocate: use file_update_time()Miklos Szeredi1-6/+2
2014-04-28fuse: update mtime on open(O_TRUNC) in atomic_o_trunc modeMaxim Patlasov1-4/+14
2014-04-28fuse: update mtime on truncate(2)Maxim Patlasov1-0/+2
2014-04-28fuse: do not use uninitialized i_modeMaxim Patlasov1-1/+1
2014-04-28fuse: fix mtime update error in fsyncMiklos Szeredi1-1/+1
2014-04-28fuse: check fallocate modeMiklos Szeredi1-0/+3
2014-04-28fuse: add __exit to fuse_ctl_cleanupFabian Frederick2-2/+2
2014-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-45/+48
2014-04-27Merge tag 'driver-core-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+8
2014-04-26Btrfs: limit the path size in send to PATH_MAXChris Mason1-0/+5
2014-04-25Merge tag 'locks-v3.15-2' of git://git.samba.org/jlayton/linuxLinus Torvalds3-37/+37
2014-04-25Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-13/+6
2014-04-25kernfs: add back missing error check in kernfs_fop_mmap()Tejun Heo1-0/+2
2014-04-25kernfs: fix a subdir count leakJianyu Zhan1-3/+6
2014-04-24cifs: fix actimeo=0 corner case when cifs_i->time == jiffiesJeff Layton1-0/+3
2014-04-24Btrfs: correctly set profile flags on seqlock retryFilipe Manana1-1/+3
2014-04-24Btrfs: use correct key when repeating search for extent itemFilipe Manana1-0/+2
2014-04-24Btrfs: fix inode caching vs tree logMiao Xie1-16/+2
2014-04-24Btrfs: fix possible memory leaks in open_ctree()Wang Shilong1-5/+5
2014-04-24Btrfs: avoid triggering bug_on() when we fail to start inode caching taskWang Shilong1-1/+5
2014-04-24Btrfs: move btrfs_{set,clear}_and_info() to ctree.hWang Shilong2-14/+14
2014-04-24btrfs: replace error code from btrfs_drop_extentsDavid Sterba2-5/+5
2014-04-24btrfs: Change the hole range to a more accurate value.Qu Wenruo1-1/+1
2014-04-23locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" insteadJeff Layton1-17/+17
2014-04-22locks: rename file-private locks to "open file description locks"Jeff Layton3-20/+20
2014-04-20Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-128/+188
2014-04-19ext4: disable COLLAPSE_RANGE for bigallocNamjae Jeon1-0/+3
2014-04-19ext4: fix COLLAPSE_RANGE failure with 1KB block sizeNamjae Jeon1-3/+10
2014-04-19coredump: fix va_list corruptionEric Dumazet1-1/+6
2014-04-19fix races between __d_instantiate() and checks of dentry flagsAl Viro2-5/+4
2014-04-18Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-13/+169
2014-04-18Merge tag 'driver-core-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-97/+14
2014-04-18ext4: use EINVAL if not a regular file in ext4_collapse_range()Theodore Ts'o1-1/+1
2014-04-18ext4: enforce we are operating on a regular file in ext4_zero_range()jon ernst1-0/+3
2014-04-18ext4: fix extent merging in ext4_ext_shift_path_extents()Lukas Czerner1-7/+8
2014-04-18ext4: discard preallocations after removing spaceLukas Czerner2-2/+1
2014-04-18ext4: no need to truncate pagecache twice in collapse rangeLukas Czerner1-1/+1
2014-04-18ext4: fix removing status extents in ext4_collapse_range()Lukas Czerner1-1/+1
2014-04-18ext4: use filemap_write_and_wait_range() correctly in collapse rangeLukas Czerner1-1/+1
2014-04-18ext4: use truncate_pagecache() in collapse rangeLukas Czerner1-1/+1
2014-04-18Revert "nfsd4: fix nfs4err_resource in 4.1 case"J. Bruce Fields1-8/+0
2014-04-18nfsd: set timeparms.to_maxval in setup_callback_clientJeff Layton1-1/+3
2014-04-18locks: allow __break_lease to sleep even when break_time is 0Jeff Layton1-4/+3
2014-04-16cif: fix dead codeMichael Opdenacker1-1/+1
2014-04-16cifs: fix error handling cifs_user_readvJeff Layton1-1/+1
2014-04-17xfs: fix tmpfile/selinux deadlock and initialize securityBrian Foster3-6/+21
2014-04-17xfs: fix buffer use after free on IO errorEric Sandeen1-4/+12
2014-04-17xfs: wrong error sign conversion during failed DIO writesDave Chinner1-1/+1
2014-04-17xfs: unmount does not wait for shutdown during unmountDave Chinner1-9/+44
2014-04-17xfs: collapse range is delalloc challengedDave Chinner1-6/+11
2014-04-17xfs: don't map ranges that span EOF for direct IODave Chinner1-0/+14
2014-04-16sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo1-92/+0
2014-04-16kernfs: protect lazy kernfs_iattrs allocation with mutexTejun Heo1-4/+10
2014-04-16fs: Don't return 0 from get_anon_bdevThomas Bächler1-1/+4
2014-04-16fs: cifs: remove unused variable.Cyril Roelandt1-2/+0
2014-04-16Return correct error on query of xattr on file with empty xattrsSteve French1-0/+3
2014-04-16cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu8-9/+164
2014-04-16aio: block io_destroy() until all context requests are completedAnatol Pomozov1-4/+32
2014-04-15locks: allow __break_lease to sleep even when break_time is 0Jeff Layton1-4/+3
2014-04-14ext4: fix ext4_count_free_clusters() with EXT4FS_DEBUG and bigalloc enabledAzat Khuzhin1-1/+1
2014-04-14btrfs: fix use-after-free in mount_subvol()Christoph Jaeger1-2/+6
2014-04-14xfs: zeroing space needs to punch delalloc blocksDave Chinner2-1/+13
2014-04-14xfs: xfs_vm_write_end truncates too much on failureDave Chinner1-4/+10
2014-04-14xfs: write failure beyond EOF truncates too much dataDave Chinner1-2/+11
2014-04-14xfs: kill buffers over failed write ranges properlyDave Chinner1-0/+10
2014-04-13cifs: Use min_t() when comparing "size_t" and "unsigned long"Geert Uytterhoeven1-1/+1
2014-04-13ext4: always check ext4_ext_find_extent resultDmitry Monakhov1-0/+17
2014-04-13ext4: fix error handling in ext4_ext_shift_extentsDmitry Monakhov1-2/+9
2014-04-12ext4: silence sparse check warning for function ext4_trim_extentjon ernst1-0/+2
2014-04-12ext4: COLLAPSE_RANGE only works on extent-based filesTheodore Ts'o1-3/+3
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-14/+13
2014-04-12ceph: fix pr_fmt() redefinitionLinus Torvalds1-2/+1
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds34-699/+385
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-34/+2
2014-04-12ext4: fix byte order problems introduced by the COLLAPSE_RANGE patchesZheng Liu1-7/+9
2014-04-12ext4: use i_size_read in ext4_unaligned_aio()Theodore Ts'o1-1/+1
2014-04-12fs: disallow all fallocate operation on active swapfileLukas Czerner4-13/+7
2014-04-12fs: move falloc collapse range check into the filesystem methodsLukas Czerner3-11/+18
2014-04-12fs: prevent doing FALLOC_FL_ZERO_RANGE on append only fileLukas Czerner1-4/+2
2014-04-12ext4: remove unnecessary check for APPEND and IMMUTABLELukas Czerner2-11/+1
2014-04-12cifs: fix the race in cifs_writev()Al Viro1-5/+18
2014-04-12ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failureAl Viro1-2/+2
2014-04-11Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-53/+67
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds19-279/+374
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller5-14/+13
2014-04-11ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent()Theodore Ts'o2-20/+13
2014-04-11Btrfs: fix compile warnings on on avr32 platformWang Shilong1-1/+1
2014-04-10ext4: return ENOMEM rather than EIO when find_###_page() failsYounger Liu1-4/+12
2014-04-10ext4: fix COLLAPSE_RANGE test failure in data journalling modeNamjae Jeon1-0/+7
2014-04-10Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2-3/+3
2014-04-10btrfs: allow mounting btrfs subvolumes with different ro/rw optionsHarald Hoyer1-0/+22
2014-04-10Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+12
2014-04-09block: Ensure we only enable integrity metadata for reads and writesMartin K. Petersen1-0/+3
2014-04-09block: Fix integrity verificationMartin K. Petersen1-10/+9
2014-04-08Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds13-50/+130
2014-04-08fs/ncpfs/dir.c: fix indenting in ncp_lookup()Dan Carpenter1-2/+2
2014-04-08ncpfs/inode.c: fix mismatch printk formats and argumentsJoe Perches1-2/+2
2014-04-08ncpfs: remove now unused PRINTK macroJoe Perches1-3/+0
2014-04-08ncpfs: convert PPRINTK to ncp_vdbgJoe Perches5-18/+22
2014-04-08ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgJoe Perches9-83/+74
2014-04-08ncpfs: Add pr_fmt and convert printks to pr_<level>Joe Perches5-27/+34
2014-04-08autofs4: check dev ioctl size before allocatingSasha Levin1-0/+3
2014-04-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2014-04-08ext4: update PF_MEMALLOC handling in ext4_write_inode()Theodore Ts'o1-12/+11
2014-04-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds14-83/+51
2014-04-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds33-159/+154
2014-04-07fs/ufs: remove unused ufs_super_block_third pointerChristian Engelmayer1-2/+0
2014-04-07fs/ufs: remove unused ufs_super_block_second pointerChristian Engelmayer1-2/+0
2014-04-07fs/ufs: remove unused ufs_super_block_first pointerChristian Engelmayer3-18/+0
2014-04-07fs/ufs/super.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-07fault-injection: set bounds on what /proc/self/make-it-fail accepts.Dave Jones1-0/+3
2014-04-07fs/bfs/inode.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-07affs: add mount option to avoid filename truncatesFabian Frederick4-30/+51
2014-04-07fs/affs/dir.c: unlock/brelse dir on failure + code clean-upFabian Frederick1-10/+18
2014-04-07affs: add __init to init_inodecache ()Fabian Frederick1-1/+1
2014-04-07fs/adfs/super.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-07vmcore: continue vmcore initialization if PT_NOTE is found emptyWANG Chao1-2/+0
2014-04-07include/linux/crash_dump.h: add vmcore_cleanup() prototypeRashika Kheria1-1/+0
2014-04-07wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-spaceOleg Nesterov1-2/+2
2014-04-07exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov1-19/+2
2014-04-07procfs: make /proc/*/pagemap 0400Djalal Harouni1-2/+2
2014-04-07procfs: make /proc/*/{stack,syscall,personality} 0400Djalal Harouni1-6/+6
2014-04-07fs/proc/inode.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal1-1/+1
2014-04-07proc: show mnt_id in /proc/pid/fdinfoAndrey Vagin1-2/+4
2014-04-07fs/proc/meminfo: meminfo_proc_show(): fix typo in commentLuiz Capitulino1-1/+1
2014-04-07mm: per-thread vma cachingDavidlohr Bueso2-2/+6
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov11-0/+12
2014-04-07exec: kill the unnecessary mm->def_flags setting in load_elf_binary()Alex Thorlton1-4/+0
2014-04-07ntfs: logging clean-upFabian Frederick3-51/+42
2014-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds16-279/+407
2014-04-07Merge tag 'for-f2fs-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds18-506/+902
2014-04-07btrfs: export global block reserve size as space_infoDavid Sterba2-1/+28
2014-04-07btrfs: fix crash in remount(thread_pool=) caseSergei Trofimovich1-0/+2
2014-04-07Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds4-10/+19
2014-04-07Btrfs: abort the transaction when we don't find our extent refJosef Bacik1-0/+2
2014-04-07Btrfs: fix EINVAL checks in btrfs_cloneChris Mason1-2/+3
2014-04-07Btrfs: fix unlock in __start_delalloc_inodes()Wang Shilong1-2/+3