summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-07-19fifo: Do not restart open() if it already found a partnerAnders Kaseorg
2012-07-19block: fix infinite loop in __getblk_slowJeff Moyer
2012-07-19Remove easily user-triggerable BUG from generic_setleaseDave Jones
2012-07-16ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space()Luis Henriques
2012-07-16fs: ramfs: file-nommu: add SetPageUptodate()Bob Liu
2012-07-16splice: fix racy pipe->buffers usesEric Dumazet
2012-07-16NFS: hard-code init_net for NFS callback transportsStanislav Kinsbursky
2012-07-16SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky
2012-07-16SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky
2012-07-16Lockd: pass network namespace to creation and destruction routinesStanislav Kinsbursky
2012-07-16eCryptfs: Properly check for O_RDONLY flag before doing privileged openTyler Hicks
2012-07-16eCryptfs: Fix lockdep warning in miscdev operationsTyler Hicks
2012-07-16eCryptfs: Gracefully refuse miscdev file ops on inherited/passed filesTyler Hicks
2012-07-16ocfs2: clear unaligned io flag when dio failsJunxiao Bi
2012-07-16vfs: make O_PATH file descriptors usable for 'fchdir()'Linus Torvalds
2012-07-16NFS: Force the legacy idmapper to be single threadedBryan Schumaker
2012-07-16mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov
2012-07-16Btrfs: run delayed directory updates during log replayChris Mason
2012-07-16cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBuffe...Jeff Layton
2012-07-16cifs: fix parsing of password mount optionSuresh Jayaraman
2012-07-16udf: Fortify loading of sparing tableJan Kara
2012-07-16udf: Avoid run away loop when partition table length is corruptedJan Kara
2012-07-16udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara
2012-07-16nilfs2: ensure proper cache clearing for gc-inodesRyusuke Konishi
2012-06-22hfsplus: fix bless ioctl when used with hardlinksMatthew Garrett
2012-06-22hfsplus: fix overflow in sector calculations in hfsplus_submit_bioJanne Kalliomäki
2012-06-22nfsd4: BUG_ON(!is_spin_locked()) no good on UP kernelsJ. Bruce Fields
2012-06-22NFSv4: Fix unnecessary delegation returns in nfs4_do_openTrond Myklebust
2012-06-17fuse: fix stat call on 32 bit platformsPavel Shilovsky
2012-06-17Btrfs: fall back to non-inline if we don't have enough spaceJosef Bacik
2012-06-17ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bgTheodore Ts'o
2012-06-10ext4: don't set i_flags in EXT4_IOC_SETFLAGSTao Ma
2012-06-10vfs: Fix /proc/<tid>/fdinfo/<fd> file handlingLinus Torvalds
2012-06-10ext4: remove mb_groups before tearing down the buddy_cacheSalman Qazi
2012-06-10ext4: add ext4_mb_unload_buddy in the error pathSalman Qazi
2012-06-10ext4: don't trash state flags in EXT4_IOC_SETFLAGSTheodore Ts'o
2012-06-10ext4: add missing save_error_info() to ext4_error()Theodore Ts'o
2012-06-10ext4: disallow hard-linked directory in ext4_lookupAndreas Dilger
2012-06-10ext4: fix potential integer overflow in alloc_flex_gd()Haogang Chen
2012-06-10ext4: force ro mount if ext4_setup_super() failsEric Sandeen
2012-06-10ext4: fix potential NULL dereference in ext4_free_inodes_counts()Dan Carpenter
2012-06-10vfs: increment iversion when a file is truncatedDmitry Kasatkin
2012-06-10vfs: umount_tree() might be called on subtree that had never made itAl Viro
2012-06-10NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust
2012-06-10NFS: kmalloc() doesn't return an ERR_PTR()Dan Carpenter
2012-06-10cifs: fix oops while traversing open file list (try #4)Shirish Pargaonkar
2012-06-10cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar
2012-06-10mm: fix NULL ptr deref when walking hugepagesSasha Levin
2012-06-10exofs: Fix CRASH on very early IO errors.Boaz Harrosh
2012-06-01vfs: make AIO use the proper rw_verify_area() area helpersLinus Torvalds