summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-04-25hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko1-1/+1
2013-04-25Btrfs: fix race between mmap writes and compressionChris Mason3-0/+49
2013-04-25vfs: Revert spurious fix to spinning prevention in prune_icache_sbSuleiman Souhlal1-1/+1
2013-04-25Btrfs: make sure nbytes are right after log replayJosef Bacik1-6/+42
2013-04-10loop: prevent bdev freeing while device in useAnatol Pomozov1-0/+1
2013-04-10NFS: nfs_getaclargs.acl_len is a size_tChuck Lever1-1/+2
2013-04-10udf: Fix bitmap overflow on large filesystems with small block sizeJan Kara1-1/+1
2013-04-10reiserfs: Fix warning and inode leak when deleting inode with xattrsJan Kara1-2/+2
2013-04-10Btrfs: limit the global reserve to 512mbJosef Bacik1-1/+1
2013-04-10Nest rename_lock inside vfsmount_lockAl Viro1-5/+11
2013-04-10nfsd4: reject "negative" acl lengthsJ. Bruce Fields1-1/+1
2013-04-10NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust2-15/+18
2013-04-10pnfs-block: removing DM device maybe cause oops when call dev_removefanchaoting1-2/+2
2013-04-10sysfs: handle failure path correctly for readdir()Ming Lei1-0/+4
2013-04-10sysfs: fix race between readdir and lseekMing Lei1-1/+12
2013-04-10UBIFS: make space fixup work in the remount caseArtem Bityutskiy1-6/+6
2013-03-27vfs,proc: guarantee unique inodes in /procLinus Torvalds1-8/+4
2013-03-27cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton1-48/+5
2013-03-27ext4: fix data=journal fast mount/umount hangTheodore Ts'o1-1/+2
2013-03-27cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik3-1/+33
2013-03-27ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o5-15/+15
2013-03-27ext4: convert number of blocks to clusters properlyLukas Czerner3-7/+7
2013-03-27jbd2: fix use after free in jbd2_journal_dirty_metadata()Jan Kara1-5/+10
2013-03-27ext4: fix the wrong number of the allocated blocks in ext4_split_extent()Zheng Liu1-1/+5
2013-03-27isofs: avoid info leak on exportMathias Krause1-0/+1
2013-03-27udf: avoid info leak on exportMathias Krause1-0/+1
2013-03-20NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern2-11/+35
2013-03-20btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen1-0/+6
2013-03-20block: use i_size_write() in bd_set_size()Guo Chao1-1/+3
2013-03-20Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers1-8/+7
2013-03-20ext3: Fix format string issuesLars-Peter Clausen1-2/+2
2013-03-20vfs: fix pipe counter breakageAl Viro1-0/+3
2013-03-20cifs: ensure that cifs_get_root() only traverses directoriesJeff Layton1-0/+5
2013-03-20NFS: Don't allow NFS silly-renamed files to be deleted, no signalTrond Myklebust1-7/+13
2013-03-20btrfs: Init io_lock after cloning btrfs device structThomas Gleixner1-0/+1
2013-03-06ext4: fix kernel BUG on large-scale rm -rf commandsTheodore Ts'o1-0/+1
2013-03-06ext4: fix hole punch failure when depth is greater than 0Ashish Sangwan1-17/+29
2013-03-06ext4: rewrite punch hole to use ext4_ext_remove_space()Lukas Czerner1-85/+91
2013-03-06fs: cachefiles: add support for large files in filesystem cachingJustin Lecher1-1/+1
2013-03-06exec: use -ELOOP for max recursion depthKees Cook4-15/+6
2013-03-06pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi1-6/+29
2013-03-06nbd: fsync and kill block device on shutdownPaolo Bonzini1-1/+2
2013-03-06block: fix ext_devt_idr handlingTomas Henzl1-1/+1
2013-03-06ocfs2: ac->ac_allow_chain_relink=0 won't disable group relinkXiaowei.Hu2-5/+4
2013-03-06ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctlyJeff Liu1-1/+1
2013-03-06ocfs2: fix possible use-after-free with AIOJan Kara1-1/+1
2013-03-06fs: Fix possible use-after-free with AIOJan Kara1-1/+1
2013-03-06ext4: fix free clusters calculation in bigalloc filesystemLukas Czerner1-2/+7
2013-03-06ocfs2: unlock super lock if lockres refresh failedJunxiao Bi1-1/+4
2013-03-06fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()MITSUNARI Shigeo1-0/+1