summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-04-10loop: prevent bdev freeing while device in useAnatol Pomozov
2013-04-10NFS: nfs_getaclargs.acl_len is a size_tChuck Lever
2013-04-10udf: Fix bitmap overflow on large filesystems with small block sizeJan Kara
2013-04-10reiserfs: Fix warning and inode leak when deleting inode with xattrsJan Kara
2013-04-10Btrfs: limit the global reserve to 512mbJosef Bacik
2013-04-10Nest rename_lock inside vfsmount_lockAl Viro
2013-04-10nfsd4: reject "negative" acl lengthsJ. Bruce Fields
2013-04-10NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust
2013-04-10pnfs-block: removing DM device maybe cause oops when call dev_removefanchaoting
2013-04-10sysfs: handle failure path correctly for readdir()Ming Lei
2013-04-10sysfs: fix race between readdir and lseekMing Lei
2013-04-10UBIFS: make space fixup work in the remount caseArtem Bityutskiy
2013-03-27vfs,proc: guarantee unique inodes in /procLinus Torvalds
2013-03-27cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton
2013-03-27ext4: fix data=journal fast mount/umount hangTheodore Ts'o
2013-03-27cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik
2013-03-27ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o
2013-03-27ext4: convert number of blocks to clusters properlyLukas Czerner
2013-03-27jbd2: fix use after free in jbd2_journal_dirty_metadata()Jan Kara
2013-03-27ext4: fix the wrong number of the allocated blocks in ext4_split_extent()Zheng Liu
2013-03-27isofs: avoid info leak on exportMathias Krause
2013-03-27udf: avoid info leak on exportMathias Krause
2013-03-20NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern
2013-03-20btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen
2013-03-20block: use i_size_write() in bd_set_size()Guo Chao
2013-03-20Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers
2013-03-20ext3: Fix format string issuesLars-Peter Clausen
2013-03-20vfs: fix pipe counter breakageAl Viro
2013-03-20cifs: ensure that cifs_get_root() only traverses directoriesJeff Layton
2013-03-20NFS: Don't allow NFS silly-renamed files to be deleted, no signalTrond Myklebust
2013-03-20btrfs: Init io_lock after cloning btrfs device structThomas Gleixner
2013-03-06ext4: fix kernel BUG on large-scale rm -rf commandsTheodore Ts'o
2013-03-06ext4: fix hole punch failure when depth is greater than 0Ashish Sangwan
2013-03-06ext4: rewrite punch hole to use ext4_ext_remove_space()Lukas Czerner
2013-03-06fs: cachefiles: add support for large files in filesystem cachingJustin Lecher
2013-03-06exec: use -ELOOP for max recursion depthKees Cook
2013-03-06pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi
2013-03-06nbd: fsync and kill block device on shutdownPaolo Bonzini
2013-03-06block: fix ext_devt_idr handlingTomas Henzl
2013-03-06ocfs2: ac->ac_allow_chain_relink=0 won't disable group relinkXiaowei.Hu
2013-03-06ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctlyJeff Liu
2013-03-06ocfs2: fix possible use-after-free with AIOJan Kara
2013-03-06fs: Fix possible use-after-free with AIOJan Kara
2013-03-06ext4: fix free clusters calculation in bigalloc filesystemLukas Czerner
2013-03-06ocfs2: unlock super lock if lockres refresh failedJunxiao Bi
2013-03-06fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()MITSUNARI Shigeo
2013-03-06inotify: remove broken mask checks causing unmount to be EINVALJim Somerville
2013-03-06NLM: Ensure that we resend all pending blocking locks after a reclaimTrond Myklebust
2013-03-06ext4: fix xattr block allocation/release with bigallocLukas Czerner
2013-03-06umount oops when remove blocklayoutdriver firstfanchaoting