aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-01-28ext4: remove useless assignment in dx_probe()Guo Chao
2013-01-28ext4: remove unused variable in add_dirent_to_buf()Guo Chao
2013-01-28ext4: release buffer when checksum failedGuo Chao
2013-01-28ext4: remove explicit WARN_ON when ext4_map_blocks() failsLukas Czerner
2013-01-28ext4: remove unused variable flagsLukas Czerner
2013-01-28ext4: fix ext4_writepage() to achieve data=ordered guaranteesJan Kara
2013-01-28ext4: Make ext4_bio_writepage() handle unprepared buffersJan Kara
2013-01-28ext4: simplify mpage_add_bh_to_extent()Jan Kara
2013-01-28ext4: dirty page has always buffers attachedJan Kara
2013-01-28ext4: simplify list handling in ext4_do_flush_completed_IO()Jan Kara
2013-01-28ext4: move work from io_end to inodeJan Kara
2013-01-28ext4: remove __ext4_journalled_writepage() from mpage_da_submit_io()Jan Kara
2013-01-28ext4: use redirty_page_for_writepage() in ext4_bio_write_page()Jan Kara
2013-01-28ext4: Always use ext4_bio_write_page() for writeoutJan Kara
2013-01-28ext4: add punching hole support for non-extent-mapped filesZheng Liu
2013-01-24ext4: fix memory leak when quota options are specified multiple timesChen Gang
2013-01-24ext4: release sysfs kobject when failing to enable quotas on mountTheodore Ts'o
2013-01-16ext4: add tracepoint in punching holeZheng Liu
2013-01-13ext4: trigger the lazy inode table initialization after resizeTheodore Ts'o
2013-01-12ext4: check bh in ext4_read_block_bitmap()Eryu Guan
2013-01-12ext4: use unlikely to improve the efficiency of the kernelWang Shilong
2013-01-12ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o
2013-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-01-07Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2013-01-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-01-07Merge tag 'nfs-for-3.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-01-06tcp: fix MSG_SENDPAGE_NOTLAST logicEric Dumazet
2013-01-06ext4: remove duplicate call to ext4_bread() in ext4_init_new_dir()Guo Chao
2013-01-06ext4: release buffer in failed path in dx_probe()Guo Chao
2013-01-06ext4: fix configuration dependencies for ext4 ACLs and security labelsValerie Aurora
2013-01-05nfs: avoid dereferencing null pointer in initiate_bulk_drainingNickolai Zeldovich
2013-01-04NFS: Ensure that we free the rpc_task after read and write cleanups are doneTrond Myklebust
2013-01-04nfs: fix null checking in nfs_get_option_str()Xi Wang
2013-01-04pnfs: Increase the refcount when LAYOUTGET fails the first timeYanchuan Nian
2013-01-03Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-01-03misc: remove __dev* attributes.Greg Kroah-Hartman
2013-01-03pstore: remove __dev* attributes.Greg Kroah-Hartman
2013-01-03NFS: Fix access to suid/sgid executablesWeston Andros Adamson
2013-01-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeu...Linus Torvalds
2013-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds
2013-01-02Merge tag 'ecryptfs-3.8-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-01-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-01-02mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins
2013-01-02epoll: prevent missed events on EPOLL_CTL_MODEric Wong
2013-01-02GFS2: Reset rd_last_alloc when it reaches the end of the rgrpBob Peterson
2013-01-02GFS2: Stop looking for free blocks at end of rgrpBob Peterson
2013-01-02GFS2: Fix race in gfs2_rs_allocAbhijith Das
2013-01-02GFS2: Initialize hex string to '0'Nathan Straz
2013-01-01CIFS: Don't let read only caching for mandatory byte-range locked filesPavel Shilovsky
2013-01-01CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky