summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-08-09NFS: Fix a number of bugs in the idmapperDavid Howells1-6/+20
2012-08-09nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton1-2/+5
2012-08-09nfsd4: our filesystems are normally case sensitiveJ. Bruce Fields1-1/+1
2012-08-09pnfs-obj: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh1-3/+13
2012-08-09posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer2-6/+6
2012-08-09cifs: reinstate sec=ntlmv2 mount optionJeff Layton1-4/+5
2012-08-09Btrfs: call the ordered free operation without any locks heldChris Mason1-1/+8
2012-08-09udf: Improve table length check to avoid possible overflowJan Kara1-1/+1
2012-08-09locks: fix checking of fcntl_setlease argumentJ. Bruce Fields1-3/+3
2012-07-29cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton1-0/+30
2012-07-29pnfs-obj: don't leak objio_state if ore_write/read failsBoaz Harrosh1-2/+7
2012-07-29ore: Remove support of partial IO request (NFS crash)Boaz Harrosh1-7/+1
2012-07-29ore: Fix NFS crash by supporting any unaligned RAID IOBoaz Harrosh1-31/+36
2012-07-29UBIFS: fix a bug in empty space fix-upArtem Bityutskiy1-2/+6
2012-07-29ext4: fix duplicated mnt_drop_write call in EXT4_IOC_MOVE_EXTAl Viro1-1/+0
2012-07-29cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap spaceJeff Layton1-0/+18
2012-07-29cifs: always update the inode cache with the results from a FIND_*Jeff Layton1-2/+5
2012-07-19fifo: Do not restart open() if it already found a partnerAnders Kaseorg1-5/+4
2012-07-19block: fix infinite loop in __getblk_slowJeff Moyer1-9/+13
2012-07-19Remove easily user-triggerable BUG from generic_setleaseDave Jones1-1/+1
2012-07-16ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space()Luis Henriques1-1/+1
2012-07-16fs: ramfs: file-nommu: add SetPageUptodate()Bob Liu1-0/+1
2012-07-16splice: fix racy pipe->buffers usesEric Dumazet1-15/+20
2012-07-16NFS: hard-code init_net for NFS callback transportsStanislav Kinsbursky1-6/+5
2012-07-16SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky4-15/+41
2012-07-16SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky3-0/+23
2012-07-16Lockd: pass network namespace to creation and destruction routinesStanislav Kinsbursky3-12/+14
2012-07-16eCryptfs: Properly check for O_RDONLY flag before doing privileged openTyler Hicks1-1/+1
2012-07-16eCryptfs: Fix lockdep warning in miscdev operationsTyler Hicks1-12/+13
2012-07-16eCryptfs: Gracefully refuse miscdev file ops on inherited/passed filesTyler Hicks1-7/+16
2012-07-16ocfs2: clear unaligned io flag when dio failsJunxiao Bi1-1/+3
2012-07-16vfs: make O_PATH file descriptors usable for 'fchdir()'Linus Torvalds1-3/+3
2012-07-16NFS: Force the legacy idmapper to be single threadedBryan Schumaker1-5/+8
2012-07-16mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov1-1/+1
2012-07-16Btrfs: run delayed directory updates during log replayChris Mason1-0/+6
2012-07-16cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBuffe...Jeff Layton1-6/+3
2012-07-16cifs: fix parsing of password mount optionSuresh Jayaraman1-15/+17
2012-07-16udf: Fortify loading of sparing tableJan Kara1-33/+53
2012-07-16udf: Avoid run away loop when partition table length is corruptedJan Kara1-1/+9
2012-07-16udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara1-4/+2
2012-07-16nilfs2: ensure proper cache clearing for gc-inodesRyusuke Konishi2-0/+4
2012-06-22hfsplus: fix bless ioctl when used with hardlinksMatthew Garrett1-2/+7
2012-06-22hfsplus: fix overflow in sector calculations in hfsplus_submit_bioJanne Kalliomäki1-1/+1
2012-06-22nfsd4: BUG_ON(!is_spin_locked()) no good on UP kernelsJ. Bruce Fields1-2/+2
2012-06-22NFSv4: Fix unnecessary delegation returns in nfs4_do_openTrond Myklebust1-0/+1
2012-06-17fuse: fix stat call on 32 bit platformsPavel Shilovsky3-1/+20
2012-06-17Btrfs: fall back to non-inline if we don't have enough spaceJosef Bacik1-1/+4
2012-06-17ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bgTheodore Ts'o1-4/+4
2012-06-10ext4: don't set i_flags in EXT4_IOC_SETFLAGSTao Ma1-1/+0
2012-06-10vfs: Fix /proc/<tid>/fdinfo/<fd> file handlingLinus Torvalds1-7/+10