Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3feb41cff8264e32a4d23ed829c3ed5369035f51
/
fs
« Previous
aa261f5
HWPOISON: Enable .remove_error_page for migration aware file systems
by Andi Kleen
· 15 years ago
6a46079
HWPOISON: The high level memory error handler in the VM v7
by Andi Kleen
· 15 years ago
fdec29c
Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linus
by Alex Elder
· 15 years ago
b09333c
nfsd41: Refactor create_client()
by Ricardo Labiaga
· 15 years ago
3ddc8bf
nfsd41: modify nfsd4.1 backchannel to use new xprt class
by Alexandros Batsakis
· 15 years ago
0421b5c
nfsd41: Backchannel: Implement cb_recall over NFSv4.1
by Ricardo Labiaga
· 15 years ago
2af7358
nfsd41: Backchannel: cb_sequence callback
by Benny Halevy
· 15 years ago
2a1d1b5
nfsd41: Backchannel: Setup sequence information
by Ricardo Labiaga
· 15 years ago
199ff35
nfsd41: Backchannel: Server backchannel RPC wait queue
by Ricardo Labiaga
· 15 years ago
132f977
nfsd41: Backchannel: Add sequence arguments to callback RPC arguments
by Ricardo Labiaga
· 15 years ago
38524ab
nfsd41: Backchannel: callback infrastructure
by Andy Adamson
· 15 years ago
80fc015
nfsd4: use common rpc_cred for all callbacks
by J. Bruce Fields
· 15 years ago
29ab23c
nfsd4: allow nfs4 state startup to fail
by J. Bruce Fields
· 15 years ago
886e3b7
nfsd4: fix null dereference creating nfsv4 callback client
by J. Bruce Fields
· 15 years ago
6e74057
Btrfs: Fix async thread shutdown race
by Chris Mason
· 15 years ago
627e421
Btrfs: fix worker thread double spin_lock_irq
by Chris Mason
· 15 years ago
3e99d8e
Btrfs: fix async worker startup race
by Chris Mason
· 15 years ago
48541bd
cifs: have cifsFileInfo hold an extra inode reference
by Jeff Layton
· 15 years ago
058daf4
cifs: take read lock on GlobalSMBSes_lock in is_valid_oplock_break
by Jeff Layton
· 15 years ago
495e993
cifs: remove cifsInodeInfo.oplockPending flag
by Jeff Layton
· 15 years ago
590a3fe
cifs: fix oplock request handling in posix codepath
by Jeff Layton
· 15 years ago
20d1752
[CIFS] Re-enable Lanman security
by Chuck Ebbert
· 15 years ago
9ef96da
xfs: includecheck fix for fs/xfs/xfs_iops.c
by Jaswinder Singh Rajput
· 15 years ago
361735f
xfs: switch to seq_file
by Alexey Dobriyan
· 15 years ago
a4dbd67
driver model: constify attribute groups
by David Brownell
· 15 years ago
be9e62a
UBIFS: improve lprops dump
by Artem Bityutskiy
· 16 years ago
055da1b
UBIFS: various minor commentary fixes
by Artem Bityutskiy
· 15 years ago
77a7ae5
UBIFS: improve journal head debugging prints
by Artem Bityutskiy
· 15 years ago
d6d1400
UBIFS: define journal head numbers in ubifs-media.h
by Artem Bityutskiy
· 15 years ago
3661d28
ext4: Fix include/trace/events/ext4.h to work with Systemtap
by Theodore Ts'o
· 15 years ago
355bbd8
Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
4142e0d
Merge branch 'osync_cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 15 years ago
33f1de6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
by Linus Torvalds
· 15 years ago
041d6d0
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6
by Linus Torvalds
· 15 years ago
af8cb8a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2
by Linus Torvalds
· 15 years ago
6cdb593
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 15 years ago
d7e9660
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
cbc8cc3
udf: Fix possible corruption when close races with write
by Jan Kara
· 15 years ago
81056dd
udf: Perform preallocation only for regular files
by Jan Kara
· 15 years ago
7c6e3d1
udf: Remove wrong assignment in udf_symlink
by Jan Kara
· 15 years ago
5891d9d
udf: Remove dead code
by Jan Kara
· 15 years ago
2daea67
fsync: wait for data writeout completion before calling ->fsync
by Christoph Hellwig
· 15 years ago
18f2ee7
vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()
by Jan Kara
· 15 years ago
2f3d675
fat: Opencode sync_page_range_nolock()
by Jan Kara
· 15 years ago
af0f441
xfs: Convert sync_page_range() to simple filemap_write_and_wait_range()
by Jan Kara
· 15 years ago
d23c937
ocfs2: Update syncing after splicing to match generic version
by Jan Kara
· 15 years ago
ebbbf75
ntfs: Use new syncing helpers and update comments
by Jan Kara
· 15 years ago
0d34ec6
ext4: Remove syncing logic from ext4_file_write
by Jan Kara
· 15 years ago
e367626
ext3: Remove syncing logic from ext3_file_write
by Jan Kara
· 15 years ago
a2a735a
ext2: Update comment about generic_osync_inode
by Jan Kara
· 15 years ago
148f948
vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inode
by Jan Kara
· 15 years ago
eef9938
vfs: Rename generic_file_aio_write_nolock
by Christoph Hellwig
· 15 years ago
918941a
ocfs2: Use __generic_file_aio_write instead of generic_file_aio_write_nolock
by Jan Kara
· 15 years ago
41f4db0
fs/Kconfig: move nilfs2 outside misc filesystems
by Ryusuke Konishi
· 15 years ago
0f3fe33
nilfs2: convert nilfs_bmap_lookup to an inline function
by Ryusuke Konishi
· 15 years ago
2e0c2c7
nilfs2: allow btree code to directly call dat operations
by Ryusuke Konishi
· 15 years ago
bd8169e
nilfs2: add update functions of virtual block address to dat
by Ryusuke Konishi
· 15 years ago
7a102b0
nilfs2: remove individual gfp constants for each metadata file
by Ryusuke Konishi
· 15 years ago
3218929
nilfs2: stop zero-fill of btree path just before free it
by Ryusuke Konishi
· 15 years ago
6d28f7e
nilfs2: remove unused btree argument from btree functions
by Ryusuke Konishi
· 15 years ago
9ead986
nilfs2: remove nilfs_dat_abort_start and nilfs_dat_abort_free
by Ryusuke Konishi
· 15 years ago
1cf58fa
nilfs2: shorten freeze period due to GC in write operation v3
by Jiro SEKIBA
· 15 years ago
43be0ec
nilfs2: add more check routines in mount process
by Zhu Yanhai
· 15 years ago
a4f0b9c
nilfs2: An unassigned variable is assigned to a never used structure member
by Zhang Qiang
· 15 years ago
c1b353f
nilfs2: use GFP_NOIO for bio_alloc instead of GFP_NOWAIT
by Ryusuke Konishi
· 15 years ago
1dfa271
nilfs2: stop using periodic write_super callback
by Jiro SEKIBA
· 15 years ago
79efdd9
nilfs2: clean up nilfs_write_super
by Jiro SEKIBA
· 15 years ago
6233caa
nilfs2: fix disorder of nilfs_write_super in nilfs_sync_fs
by Jiro SEKIBA
· 15 years ago
ec5d66a
nilfs2: remove redundant super block commit
by Jiro SEKIBA
· 15 years ago
b58a285
nilfs2: implement nilfs_show_options to display mount options in /proc/mounts
by Jiro SEKIBA
· 15 years ago
1435110
nilfs2: always lookup disk block address before reading metadata block
by Ryusuke Konishi
· 15 years ago
027d640
nilfs2: use semaphore to protect pointer to a writable FS-instance
by Ryusuke Konishi
· 15 years ago
b5696e5
nilfs2: fix format string compile warning (ino_t)
by Heiko Carstens
· 15 years ago
1b2f5a6
nilfs2: fix ignored error code in __nilfs_read_inode()
by Ryusuke Konishi
· 15 years ago
86d0063
GFS2: Whitespace fixes
by Steven Whitehouse
· 15 years ago
746cd1e
block: use blkdev_issue_discard in blk_ioctl_discard
by Christoph Hellwig
· 15 years ago
a9327ca
Seperate read and write statistics of in_flight requests
by Nikanth Karthikesan
· 15 years ago
8050318
kill-the-bkl/reiserfs: panic in case of lock imbalance
by Frederic Weisbecker
· 15 years ago
7e94277
kill-the-bkl/reiserfs: fix recursive reiserfs write lock in reiserfs_commit_write()
by Frederic Weisbecker
· 15 years ago
b10ab4c
kill-the-bkl/reiserfs: fix recursive reiserfs lock in reiserfs_mkdir()
by Frederic Weisbecker
· 15 years ago
ae635c0
kill-the-bkl/reiserfs: fix "reiserfs lock" / "inode mutex" lock inversion dependency
by Frederic Weisbecker
· 15 years ago
08f14fc
kill-the-bkl/reiserfs: move the concurrent tree accesses checks per superblock
by Frederic Weisbecker
· 16 years ago
c72e057
kill-the-bkl/reiserfs: acquire the inode mutex safely
by Frederic Weisbecker
· 16 years ago
2ac6269
kill-the-bkl/reiserfs: unlock only when needed in search_by_key
by Frederic Weisbecker
· 16 years ago
c63e3c0
kill-the-bkl/reiserfs: use mutex_lock in reiserfs_mutex_lock_safe
by Frederic Weisbecker
· 16 years ago
d6f5b0a
kill-the-bkl/reiserfs: factorize the locking in reiserfs_write_end()
by Frederic Weisbecker
· 16 years ago
09eb47a
kill-the-bkl/reiserfs: reduce number of contentions in search_by_key()
by Frederic Weisbecker
· 16 years ago
b1c839b
kill-the-bkl/reiserfs: don't hold the write recursively in reiserfs_lookup()
by Frederic Weisbecker
· 16 years ago
2693130
kill-the-bkl/reiserfs: lock only once on reiserfs_get_block()
by Frederic Weisbecker
· 16 years ago
6e3647a
kill-the-BKL/reiserfs: release the write lock on flush_commit_list()
by Frederic Weisbecker
· 16 years ago
4c5efac
kill-the-BKL/reiserfs: release the write lock inside reiserfs_read_bitmap_block()
by Frederic Weisbecker
· 16 years ago
148d350
kill-the-BKL/reiserfs: release the write lock inside get_neighbors()
by Frederic Weisbecker
· 16 years ago
5e69e3a
kill-the-BKL/reiserfs: release write lock while rescheduling on prepare_for_delete_or_cut()
by Frederic Weisbecker
· 16 years ago
e6950a4
kill-the-BKL/reiserfs: release the write lock before rescheduling on do_journal_end()
by Frederic Weisbecker
· 16 years ago
dc8f6d8
kill-the-BKL/reiserfs: only acquire the write lock once in reiserfs_dirty_inode
by Frederic Weisbecker
· 16 years ago
22c963a
kill-the-BKL/reiserfs: lock only once in reiserfs_truncate_file
by Frederic Weisbecker
· 16 years ago
daf88c8
kill-the-BKL/reiserfs: provide a tool to lock only once the write lock
by Frederic Weisbecker
· 16 years ago
a412f9e
reiserfs, kill-the-BKL: fix unsafe j_flush_mutex lock
by Frederic Weisbecker
· 16 years ago
8ebc423
reiserfs: kill-the-BKL
by Frederic Weisbecker
· 16 years ago
4be36ca
nfsd4: fix whitespace in NFSPROC4_CLNT_CB_NULL definition
by Benny Halevy
· 15 years ago
Next »