summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-01-06ore: fix BUG_ON, too few sgs when readingBoaz Harrosh
2012-01-06ore: Fix crash in case of an IO error.Boaz Harrosh
2012-01-06ore: FIX breakage when MISC_FILESYSTEMS is not setBoaz Harrosh
2012-01-06NFS: Remove pNFS bloat from the generic write pathTrond Myklebust
2012-01-06pnfs-obj: Must return layout on IO errorBoaz Harrosh
2012-01-06pnfs-obj: pNFS errors are communicated on iodata->pnfs_errorBoaz Harrosh
2012-01-05vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds
2012-01-05NFS: Cache state owners after files are closedChuck Lever
2012-01-05fs/9p: We should not allocate a new inode when creating hardlines.Aneesh Kumar K.V
2012-01-05fs/9p: v9fs_stat2inode should update suid/sgid bits.Aneesh Kumar K.V
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches
2012-01-05fs/9p: check schedule_timeout_interruptible return valueJim Garlick
2012-01-05NFS: Clean up nfs4_find_state_owners_locked()Chuck Lever
2012-01-05NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson
2012-01-05nfs: fix a minor do_div portability issueChris Metcalf
2012-01-05NFSv4.1: cleanup comment and debug printkAndy Adamson
2012-01-05NFSv4.1: change nfs4_free_slot parameters for dynamic slotsAndy Adamson
2012-01-05NFSv4.1: cleanup init and reset of session slot tablesAndy Adamson
2012-01-05NFSv4.1: fix backchannel slotid off-by-one bugAndy Adamson
2012-01-05nfs: fix regression in handling of context= option in NFSv4Jeff Layton
2012-01-05NFS - fix recent breakage to NFS error handling.NeilBrown
2012-01-05SUNRPC: Clean up the RPCSEC_GSS service ticket requestsTrond Myklebust
2012-01-04ext4: make more symbols staticEric Sandeen
2012-01-04ext4: make local symbol ext4_initxattrs staticDjalal Harouni
2012-01-04jbd2: fix hung processes in jbd2_journal_lock_updates()Jan Kara
2012-01-04ext4: reserve new feature flag codepointsTheodore Ts'o
2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-01-04ext4: Report max_batch_time option correctlyBen Hutchings
2012-01-04minixfs: misplaced checks lead to dentry leakAl Viro
2012-01-04ext4: add missing ext4_resize_end on error pathsDjalal Harouni
2012-01-04ext4: let ext4_group_add() use common codeYongqiang Yang
2012-01-04ext4: let ext4_group_extend() use common codeYongqiang Yang
2012-01-04ext4: add new online resize interfaceYongqiang Yang
2012-01-04dlm: add recovery callbacksDavid Teigland
2012-01-04dlm: add node slots and generationDavid Teigland
2012-01-04dlm: move recovery barrier callsDavid Teigland
2012-01-04[CIFS] default ntlmv2 for cifs mount delayed to 3.3Steve French
2012-01-03ext4: add a new function which adds a flex group to a fsYongqiang Yang
2012-01-03ext4: add a new function which allocates bitmaps and inode tablesYongqiang Yang
2012-01-03ext4: pass verify_reserved_gdb() the number of group decriptorsYongqiang Yang
2012-01-03ext4: add a function which updates the super block during online resizingYongqiang Yang
2012-01-03ext4: add a function which sets up a block group descriptors of a flex bgYongqiang Yang
2012-01-03ext4: add a function which sets up group blocks of a flex bgYongqiang Yang
2012-01-03ext4: add a structure which will be used by 64bit-resize interfaceYongqiang Yang
2012-01-03ext4: add a function which adds a new group descriptors to a fsYongqiang Yang
2012-01-03ext4: add a function which extends a group without checking parametersYongqiang Yang
2012-01-03vfs: trim includes a bitAl Viro
2012-01-03switch mnt_namespace ->root to struct mountAl Viro
2012-01-03vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro
2012-01-03vfs: opencode mntget() mnt_set_mountpoint()Al Viro